#34220D

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

Shades of Cocoa Brown #34220D

Tints of Cocoa Brown #34220D

Color information

#34220D (or 0x34220D) is unknown color: approx Cocoa Brown. HEX triplet: 34, 22 and 0D. RGB value is (52,34,13). Sum of RGB (Red+Green+Blue) = 52+34+13=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #34220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34220D is #CBDDF2. Grayscale: #252525. Windows color (decimal): -13360627 or 860724. OLE color: 860724.

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

Color convert

RGB523413-
CMYK00.350.750.80
HSL32.31º60%12.75%-
HSV(B)32.31º75%20.39%-
XYZ2.061.90.64-
YUV36.99114.46138.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52.53%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=52.53%
G=34.34%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52341300.350.750.8032.316012.75
Hex3422D0234B50203cd
Octal644215043113120407415
Binary11010010001011010100011100101110100001000001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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