#341E0E

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

Shades of Cocoa Brown #341E0E

Tints of Cocoa Brown #341E0E

Color information

#341E0E (or 0x341E0E) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1E and 0E. RGB value is (52,30,14). Sum of RGB (Red+Green+Blue) = 52+30+14=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #341E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E0E is #CBE1F1. Grayscale: #222222. Windows color (decimal): -13361650 or 925236. OLE color: 925236.

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

Color convert

RGB523014-
CMYK00.420.730.80
HSL25.26º57.58%12.94%-
HSV(B)25.26º73.08%20.39%-
XYZ1.961.690.64-
YUV34.75116.29140.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.17%
GREEN value IS 30 (12.11% from 255) = 31.25%
BLUE value IS 14 (5.86% from 255) = 14.58%
R=54.17%
G=31.25%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52301400.420.730.8025.2657.5812.94
Hex341EE02A4950193ad
Octal643616052111120317215
Binary110100111101110010101010010011010000110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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