#341C0A

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

Shades of Cocoa Brown #341C0A

Tints of Cocoa Brown #341C0A

Color information

#341C0A (or 0x341C0A) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1C and 0A. RGB value is (52,28,10). Sum of RGB (Red+Green+Blue) = 52+28+10=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #341C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341C0A is #CBE3F5. Grayscale: #212121. Windows color (decimal): -13362166 or 662580. OLE color: 662580.

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

Color convert

RGB522810-
CMYK00.460.810.80
HSL25.71º67.74%12.16%-
HSV(B)25.71º80.77%20.39%-
XYZ1.891.580.49-
YUV33.12114.95141.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.78%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=57.78%
G=31.11%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52281000.460.810.8025.7167.7412.16
Hex341CA02E51501a44c
Octal6434120561211203210414
Binary1101001110010100101110101000110100001101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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