#341E09

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

Shades of Cocoa Brown #341E09

Tints of Cocoa Brown #341E09

Color information

#341E09 (or 0x341E09) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1E and 09. RGB value is (52,30,9). Sum of RGB (Red+Green+Blue) = 52+30+9=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #341E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E09 is #CBE1F6. Grayscale: #222222. Windows color (decimal): -13361655 or 597556. OLE color: 597556.

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

Color convert

RGB52309-
CMYK00.420.830.80
HSL29.3º70.49%11.96%-
HSV(B)29.3º82.69%20.39%-
XYZ1.931.680.48-
YUV34.18113.79140.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.14%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 9 (3.91% from 255) = 9.89%
R=57.14%
G=32.97%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.83
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5230900.420.830.8029.370.4911.96
Hex341E902A53501d46c
Octal6436110521231203510614
Binary1101001111010010101010101001110100001110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341E09; }

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

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

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

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

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

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

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

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