#341F06

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

Shades of Cocoa Brown #341F06

Tints of Cocoa Brown #341F06

Color information

#341F06 (or 0x341F06) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1F and 06. RGB value is (52,31,6). Sum of RGB (Red+Green+Blue) = 52+31+6=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #341F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F06 is #CBE0F9. Grayscale: #222222. Windows color (decimal): -13361402 or 401204. OLE color: 401204.

HSL color Cylindrical-coordinate representation of color #341F06: hue angle of 32.61º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341F06 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB52316-
CMYK00.400.880.80
HSL32.61º79.31%11.37%-
HSV(B)32.61º88.46%20.39%-
XYZ1.941.720.4-
YUV34.43111.96140.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 58.43%
GREEN value IS 31 (12.5% from 255) = 34.83%
BLUE value IS 6 (2.73% from 255) = 6.74%
R=58.43%
G=34.83%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5231600.400.880.8032.6179.3111.37
Hex341F60285850214fb
Octal643760501301204111713
Binary1101001111111001010001011000101000010000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,31,6); }

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

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

 a { background-color: rgb(52,31,6); }

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

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

 span { border-color: rgb(52,31,6); }

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