#34200D

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

Shades of Cocoa Brown #34200D

Tints of Cocoa Brown #34200D

Color information

#34200D (or 0x34200D) is unknown color: approx Cocoa Brown. HEX triplet: 34, 20 and 0D. RGB value is (52,32,13). Sum of RGB (Red+Green+Blue) = 52+32+13=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #34200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34200D is #CBDFF2. Grayscale: #232323. Windows color (decimal): -13361139 or 860212. OLE color: 860212.

HSL color Cylindrical-coordinate representation of color #34200D: hue angle of 29.23º 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 #34200D is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB523213-
CMYK00.380.750.80
HSL29.23º60%12.75%-
HSV(B)29.23º75%20.39%-
XYZ2.011.790.62-
YUV35.81115.13139.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.61%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=53.61%
G=32.99%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52321300.380.750.8029.236012.75
Hex3420D0264B501d3cd
Octal644015046113120357415
Binary1101001000001101010011010010111010000111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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