#342209

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

Shades of Cocoa Brown #342209

Tints of Cocoa Brown #342209

Color information

#342209 (or 0x342209) is unknown color: approx Cocoa Brown. HEX triplet: 34, 22 and 09. RGB value is (52,34,9). Sum of RGB (Red+Green+Blue) = 52+34+9=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #342209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342209 is #CBDDF6. Grayscale: #242424. Windows color (decimal): -13360631 or 598580. OLE color: 598580.

HSL color Cylindrical-coordinate representation of color #342209: hue angle of 34.88º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #342209 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.80.

Color convert

RGB52349-
CMYK00.350.830.80
HSL34.88º70.49%11.96%-
HSV(B)34.88º82.69%20.39%-
XYZ2.041.890.52-
YUV36.53112.46139.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.74%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 9 (3.91% from 255) = 9.47%
R=54.74%
G=35.79%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5234900.350.830.8034.8870.4911.96
Hex3422902353502346c
Octal6442110431231204310614
Binary110100100010100101000111010011101000010001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342209; }

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

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

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

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

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

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

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

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