#341E0D

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

Shades of Cocoa Brown #341E0D

Tints of Cocoa Brown #341E0D

Color information

#341E0D (or 0x341E0D) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1E and 0D. RGB value is (52,30,13). Sum of RGB (Red+Green+Blue) = 52+30+13=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #341E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E0D is #CBE1F2. Grayscale: #222222. Windows color (decimal): -13361651 or 859700. OLE color: 859700.

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

Color convert

RGB523013-
CMYK00.420.750.80
HSL26.15º60%12.75%-
HSV(B)26.15º75%20.39%-
XYZ1.951.690.6-
YUV34.64115.79140.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.74%
GREEN value IS 30 (12.11% from 255) = 31.58%
BLUE value IS 13 (5.47% from 255) = 13.68%
R=54.74%
G=31.58%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52301300.420.750.8026.156012.75
Hex341ED02A4B501a3cd
Octal643615052113120327415
Binary110100111101101010101010010111010000110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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