#34230D

Color #34230D Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #34230D

Tints of Cocoa Brown #34230D

Color information

#34230D (or 0x34230D) is unknown color: approx Cocoa Brown. HEX triplet: 34, 23 and 0D. RGB value is (52,35,13). Sum of RGB (Red+Green+Blue) = 52+35+13=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #34230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34230D is #CBDCF2. Grayscale: #252525. Windows color (decimal): -13360371 or 860980. OLE color: 860980.

HSL color Cylindrical-coordinate representation of color #34230D: hue angle of 33.85º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34230D is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB523513-
CMYK00.330.750.80
HSL33.85º60%12.75%-
HSV(B)33.85º75%20.39%-
XYZ2.091.960.65-
YUV37.57114.13138.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 52%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 13 (5.47% from 255) = 13%
R=52%
G=35%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52351300.330.750.8033.856012.75
Hex3423D0214B50223cd
Octal644315041113120427415
Binary11010010001111010100001100101110100001000101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34230D; }

 p { color: rgb(52,35,13); }

 H1.HeaderClassName
 {
   color: #34230D;
 }
 .AnyTagClassName
 {
   color: #34230D;
 }
</style>
background-color css

<style>
 a { background-color: #34230D; }

 a { background-color: rgb(52,35,13); }

 div.DivClassName
 {
   background-color: #34230D;
 }
 .BgClassName
 {
   background-color: #34230D;
 }
</style>
border-color css

<style>
 span { border-color: #34230D; }

 span { border-color: rgb(52,35,13); }

 td.TdClassName
 {
   border-color: #34230D;
 }
 .TagClassName
 {
   border-color: #34230D;
 }
</style>