#342214

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

Shades of Cocoa Brown #342214

Tints of Cocoa Brown #342214

Color information

#342214 (or 0x342214) is unknown color: approx Cocoa Brown. HEX triplet: 34, 22 and 14. RGB value is (52,34,20). Sum of RGB (Red+Green+Blue) = 52+34+20=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #342214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342214 is #CBDDEB. Grayscale: #252525. Windows color (decimal): -13360620 or 1319476. OLE color: 1319476.

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

Color convert

RGB523420-
CMYK00.350.620.80
HSL26.25º44.44%14.12%-
HSV(B)26.25º61.54%20.39%-
XYZ2.111.920.92-
YUV37.79117.96138.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=49.06%
G=32.08%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52342000.350.620.8026.2544.4414.12
Hex3422140233E501a2ce
Octal64422404376120325416
Binary1101001000101010001000111111101010000110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342214; }

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

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

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

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

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

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

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

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