#341D0A

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

Shades of Cocoa Brown #341D0A

Tints of Cocoa Brown #341D0A

Color information

#341D0A (or 0x341D0A) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1D and 0A. RGB value is (52,29,10). Sum of RGB (Red+Green+Blue) = 52+29+10=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #341D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341D0A is #CBE2F5. Grayscale: #212121. Windows color (decimal): -13361910 or 662836. OLE color: 662836.

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

Color convert

RGB522910-
CMYK00.440.810.80
HSL27.14º67.74%12.16%-
HSV(B)27.14º80.77%20.39%-
XYZ1.911.630.5-
YUV33.71114.62141.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.14%
GREEN value IS 29 (11.72% from 255) = 31.87%
BLUE value IS 10 (4.30% from 255) = 10.99%
R=57.14%
G=31.87%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52291000.440.810.8027.1467.7412.16
Hex341DA02C51501b44c
Octal6435120541211203310414
Binary1101001110110100101100101000110100001101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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