#342009

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

Shades of Cocoa Brown #342009

Tints of Cocoa Brown #342009

Color information

#342009 (or 0x342009) is unknown color: approx Cocoa Brown. HEX triplet: 34, 20 and 09. RGB value is (52,32,9). Sum of RGB (Red+Green+Blue) = 52+32+9=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #342009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342009 is #CBDFF6. Grayscale: #232323. Windows color (decimal): -13361143 or 598068. OLE color: 598068.

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

Color convert

RGB52329-
CMYK00.380.830.80
HSL32.09º70.49%11.96%-
HSV(B)32.09º82.69%20.39%-
XYZ1.981.780.5-
YUV35.36113.13139.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.91%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 9 (3.91% from 255) = 9.68%
R=55.91%
G=34.41%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5232900.380.830.8032.0970.4911.96
Hex3420902653502046c
Octal6440110461231204010614
Binary110100100000100101001101010011101000010000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342009; }

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

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

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

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

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

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

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

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