#34281A

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

Shades of Cocoa Brown #34281A

Tints of Cocoa Brown #34281A

Color information

#34281A (or 0x34281A) is unknown color: approx Cocoa Brown. HEX triplet: 34, 28 and 1A. RGB value is (52,40,26). Sum of RGB (Red+Green+Blue) = 52+40+26=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #34281A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34281A is #CBD7E5. Grayscale: #2A2A2A. Windows color (decimal): -13359078 or 1714228. OLE color: 1714228.

HSL color Cylindrical-coordinate representation of color #34281A: hue angle of 32.31º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34281A is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB524026-
CMYK00.230.500.80
HSL32.31º33.33%15.29%-
HSV(B)32.31º50%20.39%-
XYZ2.362.321.3-
YUV41.99118.98135.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.07%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 26 (10.55% from 255) = 22.03%
R=44.07%
G=33.90%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52402600.230.500.8032.3133.3315.29
Hex34281A01732502021f
Octal64503202762120404117
Binary1101001010001101001011111001010100001000001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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