#34281F

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

Shades of Cocoa Brown #34281F

Tints of Cocoa Brown #34281F

Color information

#34281F (or 0x34281F) is unknown color: approx Cocoa Brown. HEX triplet: 34, 28 and 1F. RGB value is (52,40,31). Sum of RGB (Red+Green+Blue) = 52+40+31=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #34281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34281F is #CBD7E0. Grayscale: #2A2A2A. Windows color (decimal): -13359073 or 2041908. OLE color: 2041908.

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

Color convert

RGB524031-
CMYK00.230.400.80
HSL25.71º25.3%16.27%-
HSV(B)25.71º40.38%20.39%-
XYZ2.422.351.62-
YUV42.56121.48134.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=42.28%
G=32.52%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52403100.230.400.8025.7125.316.27
Hex34281F01728501a1910
Octal64503702750120323120
Binary110100101000111110101111010001010000110101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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