#341A04

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

Shades of Cocoa Brown #341A04

Tints of Cocoa Brown #341A04

Color information

#341A04 (or 0x341A04) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1A and 04. RGB value is (52,26,4). Sum of RGB (Red+Green+Blue) = 52+26+4=82 (10% of max value = 765). Red value is 52 (20.70% from 255 or 63.41% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 52 - color contains mainly: red. Hex color #341A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341A04 is #CBE5FB. Grayscale: #1F1F1F. Windows color (decimal): -13362684 or 268852. OLE color: 268852.

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

Color convert

RGB52264-
CMYK00.500.920.80
HSL27.5º85.71%10.98%-
HSV(B)27.5º92.31%20.39%-
XYZ1.811.480.3-
YUV31.27112.61142.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 63.41%
GREEN value IS 26 (10.55% from 255) = 31.71%
BLUE value IS 4 (1.95% from 255) = 4.88%
R=63.41%
G=31.71%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5226400.500.920.8027.585.7110.98
Hex341A40325C501c56b
Octal643240621341203412613
Binary110100110101000110010101110010100001110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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