#34200B

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

Shades of Cocoa Brown #34200B

Tints of Cocoa Brown #34200B

Color information

#34200B (or 0x34200B) is unknown color: approx Cocoa Brown. HEX triplet: 34, 20 and 0B. RGB value is (52,32,11). Sum of RGB (Red+Green+Blue) = 52+32+11=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #34200B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34200B is #CBDFF4. Grayscale: #232323. Windows color (decimal): -13361141 or 729140. OLE color: 729140.

HSL color Cylindrical-coordinate representation of color #34200B: hue angle of 30.73º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34200B is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.80.

Color convert

RGB523211-
CMYK00.380.790.80
HSL30.73º65.08%12.35%-
HSV(B)30.73º78.85%20.39%-
XYZ1.991.790.56-
YUV35.59114.13139.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.74%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 11 (4.69% from 255) = 11.58%
R=54.74%
G=33.68%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52321100.380.790.8030.7365.0812.35
Hex3420B0264F501f41c
Octal6440130461171203710114
Binary11010010000010110100110100111110100001111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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