#34271E

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

Shades of Cocoa Brown #34271E

Tints of Cocoa Brown #34271E

Color information

#34271E (or 0x34271E) is unknown color: approx Cocoa Brown. HEX triplet: 34, 27 and 1E. RGB value is (52,39,30). Sum of RGB (Red+Green+Blue) = 52+39+30=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #34271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34271E is #CBD8E1. Grayscale: #292929. Windows color (decimal): -13359330 or 1976116. OLE color: 1976116.

HSL color Cylindrical-coordinate representation of color #34271E: hue angle of 24.55º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34271E is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB523930-
CMYK00.250.420.80
HSL24.55º26.83%16.08%-
HSV(B)24.55º42.31%20.39%-
XYZ2.382.271.54-
YUV41.86121.31135.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 39 (15.62% from 255) = 32.23%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=42.98%
G=32.23%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52393000.250.420.8024.5526.8316.08
Hex34271E0192A50191b10
Octal64473603152120313320
Binary110100100111111100110011010101010000110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34271E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34271E; }

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

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

<style>
 a { background-color: #34271E; }

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

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

<style>
 span { border-color: #34271E; }

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

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