#34281E

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

Shades of Cocoa Brown #34281E

Tints of Cocoa Brown #34281E

Color information

#34281E (or 0x34281E) is unknown color: approx Cocoa Brown. HEX triplet: 34, 28 and 1E. RGB value is (52,40,30). Sum of RGB (Red+Green+Blue) = 52+40+30=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #34281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34281E is #CBD7E1. Grayscale: #2A2A2A. Windows color (decimal): -13359074 or 1976372. OLE color: 1976372.

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

Color convert

RGB524030-
CMYK00.230.420.80
HSL27.27º26.83%16.08%-
HSV(B)27.27º42.31%20.39%-
XYZ2.412.341.55-
YUV42.45120.98134.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.62%
GREEN value IS 40 (16.02% from 255) = 32.79%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=42.62%
G=32.79%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52403000.230.420.8027.2726.8316.08
Hex34281E0172A501b1b10
Octal64503602752120333320
Binary110100101000111100101111010101010000110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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