#341A06

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

Shades of Cocoa Brown #341A06

Tints of Cocoa Brown #341A06

Color information

#341A06 (or 0x341A06) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1A and 06. RGB value is (52,26,6). Sum of RGB (Red+Green+Blue) = 52+26+6=84 (11% of max value = 765). Red value is 52 (20.70% from 255 or 61.90% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 52 - color contains mainly: red. Hex color #341A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A06 is #CBE5F9. Grayscale: #1F1F1F. Windows color (decimal): -13362682 or 399924. OLE color: 399924.

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

Color convert

RGB52266-
CMYK00.500.880.80
HSL26.09º79.31%11.37%-
HSV(B)26.09º88.46%20.39%-
XYZ1.821.480.36-
YUV31.49113.61142.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 61.90%
GREEN value IS 26 (10.55% from 255) = 30.95%
BLUE value IS 6 (2.73% from 255) = 7.14%
R=61.90%
G=30.95%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5226600.500.880.8026.0979.3111.37
Hex341A603258501a4fb
Octal643260621301203211713
Binary110100110101100110010101100010100001101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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