#341F0E

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

Shades of Cocoa Brown #341F0E

Tints of Cocoa Brown #341F0E

Color information

#341F0E (or 0x341F0E) is unknown color: approx Cocoa Brown. HEX triplet: 34, 1F and 0E. RGB value is (52,31,14). Sum of RGB (Red+Green+Blue) = 52+31+14=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #341F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #341F0E is #CBE0F1. Grayscale: #232323. Windows color (decimal): -13361394 or 925492. OLE color: 925492.

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

Color convert

RGB523114-
CMYK00.400.730.80
HSL26.84º57.58%12.94%-
HSV(B)26.84º73.08%20.39%-
XYZ1.991.740.65-
YUV35.34115.96139.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.61%
GREEN value IS 31 (12.5% from 255) = 31.96%
BLUE value IS 14 (5.86% from 255) = 14.43%
R=53.61%
G=31.96%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52311400.400.730.8026.8457.5812.94
Hex341FE02849501b3ad
Octal643716050111120337215
Binary110100111111110010100010010011010000110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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