#341E0B

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

Shades of Cocoa Brown #341E0B

Tints of Cocoa Brown #341E0B

Color information

#341E0B (or 0x341E0B) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1E and 0B. RGB value is (52,30,11). Sum of RGB (Red+Green+Blue) = 52+30+11=93 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.91% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 52 - color contains mainly: red. Hex color #341E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341E0B is #CBE1F4. Grayscale: #222222. Windows color (decimal): -13361653 or 728628. OLE color: 728628.

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

Color convert

RGB523011-
CMYK00.420.790.80
HSL27.8º65.08%12.35%-
HSV(B)27.8º78.85%20.39%-
XYZ1.941.680.54-
YUV34.41114.79140.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.91%
GREEN value IS 30 (12.11% from 255) = 32.26%
BLUE value IS 11 (4.69% from 255) = 11.83%
R=55.91%
G=32.26%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52301100.420.790.8027.865.0812.35
Hex341EB02A4F501c41c
Octal6436130521171203410114
Binary1101001111010110101010100111110100001110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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