#341E0A

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

Shades of Cocoa Brown #341E0A

Tints of Cocoa Brown #341E0A

Color information

#341E0A (or 0x341E0A) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1E and 0A. RGB value is (52,30,10). Sum of RGB (Red+Green+Blue) = 52+30+10=92 (12% of max value = 765). Red value is 52 (20.70% from 255 or 56.52% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 10 (4.30% from 255 or 10.87% from 92); Max value from RGB is 52 - color contains mainly: red. Hex color #341E0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E0A is #CBE1F5. Grayscale: #222222. Windows color (decimal): -13361654 or 663092. OLE color: 663092.

HSL color Cylindrical-coordinate representation of color #341E0A: hue angle of 28.57º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #341E0A is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.80.

Color convert

RGB523010-
CMYK00.420.810.80
HSL28.57º67.74%12.16%-
HSV(B)28.57º80.77%20.39%-
XYZ1.941.680.51-
YUV34.3114.29140.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 56.52%
GREEN value IS 30 (12.11% from 255) = 32.61%
BLUE value IS 10 (4.30% from 255) = 10.87%
R=56.52%
G=32.61%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52301000.420.810.8028.5767.7412.16
Hex341EA02A51501d44c
Octal6436120521211203510414
Binary1101001111010100101010101000110100001110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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