#2A2013

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

Shades of Cocoa Brown #2A2013

Tints of Cocoa Brown #2A2013

Color information

#2A2013 (or 0x2A2013) is unknown color: approx Cocoa Brown. HEX triplet: 2A, 20 and 13. RGB value is (42,32,19). Sum of RGB (Red+Green+Blue) = 42+32+19=93 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.16% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2013 is #D5DFEC. Grayscale: #212121. Windows color (decimal): -14016493 or 1253418. OLE color: 1253418.

HSL color Cylindrical-coordinate representation of color #2A2013: hue angle of 33.91º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A2013 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB423219-
CMYK00.240.550.84
HSL33.91º37.7%11.96%-
HSV(B)33.91º54.76%16.47%-
XYZ1.591.570.84-
YUV33.51119.81134.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 45.16%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 19 (7.81% from 255) = 20.43%
R=45.16%
G=34.41%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42321900.240.550.8433.9137.711.96
Hex2A201301837542226c
Octal52402303067124424614
Binary1010101000001001101100011011110101001000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2013; }

 p { color: rgb(42,32,19); }

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

<style>
 a { background-color: #2A2013; }

 a { background-color: rgb(42,32,19); }

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

<style>
 span { border-color: #2A2013; }

 span { border-color: rgb(42,32,19); }

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