#342208

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

Shades of Cocoa Brown #342208

Tints of Cocoa Brown #342208

Color information

#342208 (or 0x342208) is unknown color: approx Cocoa Brown. HEX triplet: 34, 22 and 08. RGB value is (52,34,8). Sum of RGB (Red+Green+Blue) = 52+34+8=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #342208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342208 is #CBDDF7. Grayscale: #242424. Windows color (decimal): -13360632 or 533044. OLE color: 533044.

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

Color convert

RGB52348-
CMYK00.350.850.80
HSL35.45º73.33%11.76%-
HSV(B)35.45º84.62%20.39%-
XYZ2.031.890.49-
YUV36.42111.96139.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.32%
GREEN value IS 34 (13.67% from 255) = 36.17%
BLUE value IS 8 (3.52% from 255) = 8.51%
R=55.32%
G=36.17%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5234800.350.850.8035.4573.3311.76
Hex3422802355502349c
Octal6442100431251204311114
Binary110100100010100001000111010101101000010001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342208; }

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

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

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

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

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

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

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

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