#34240E

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

Shades of Cocoa Brown #34240E

Tints of Cocoa Brown #34240E

Color information

#34240E (or 0x34240E) is unknown color: approx Cocoa Brown. HEX triplet: 34, 24 and 0E. RGB value is (52,36,14). Sum of RGB (Red+Green+Blue) = 52+36+14=102 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.98% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 52 - color contains mainly: red. Hex color #34240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34240E is #CBDBF1. Grayscale: #262626. Windows color (decimal): -13360114 or 926772. OLE color: 926772.

HSL color Cylindrical-coordinate representation of color #34240E: hue angle of 34.74º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34240E is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.80.

Color convert

RGB523614-
CMYK00.310.730.80
HSL34.74º57.58%12.94%-
HSV(B)34.74º73.08%20.39%-
XYZ2.132.020.69-
YUV38.28114.3137.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.98%
GREEN value IS 36 (14.45% from 255) = 35.29%
BLUE value IS 14 (5.86% from 255) = 13.73%
R=50.98%
G=35.29%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52361400.310.730.8034.7457.5812.94
Hex3424E01F4950233ad
Octal644416037111120437215
Binary1101001001001110011111100100110100001000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34240E; }

 p { color: rgb(52,36,14); }

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

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

 a { background-color: rgb(52,36,14); }

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

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

 span { border-color: rgb(52,36,14); }

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