#34291F

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

Shades of Cocoa Brown #34291F

Tints of Cocoa Brown #34291F

Color information

#34291F (or 0x34291F) is unknown color: approx Cocoa Brown. HEX triplet: 34, 29 and 1F. RGB value is (52,41,31). Sum of RGB (Red+Green+Blue) = 52+41+31=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #34291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34291F is #CBD6E0. Grayscale: #2B2B2B. Windows color (decimal): -13358817 or 2042164. OLE color: 2042164.

HSL color Cylindrical-coordinate representation of color #34291F: hue angle of 28.57º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34291F is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB524131-
CMYK00.210.400.80
HSL28.57º25.3%16.27%-
HSV(B)28.57º40.38%20.39%-
XYZ2.462.411.63-
YUV43.15121.14134.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 31 (12.5% from 255) = 25%
R=41.94%
G=33.06%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52413100.210.400.8028.5725.316.27
Hex34291F01528501d1910
Octal64513702550120353120
Binary110100101001111110101011010001010000111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34291F; }

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

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

<style>
 a { background-color: #34291F; }

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

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

<style>
 span { border-color: #34291F; }

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

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