#2A2118

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

Shades of Cocoa Brown #2A2118

Tints of Cocoa Brown #2A2118

Color information

#2A2118 (or 0x2A2118) is unknown color: approx Cocoa Brown. HEX triplet: 2A, 21 and 18. RGB value is (42,33,24). Sum of RGB (Red+Green+Blue) = 42+33+24=99 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42.42% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2118 is #D5DEE7. Grayscale: #222222. Windows color (decimal): -14016232 or 1581354. OLE color: 1581354.

HSL color Cylindrical-coordinate representation of color #2A2118: hue angle of 30º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A2118 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB423324-
CMYK00.210.430.84
HSL30º27.27%12.94%-
HSV(B)30º42.86%16.47%-
XYZ1.661.651.09-
YUV34.66121.98133.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 42.42%
GREEN value IS 33 (13.28% from 255) = 33.33%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=42.42%
G=33.33%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42332400.210.430.843027.2712.94
Hex2A21180152B541e1bd
Octal52413002553124363315
Binary10101010000111000010101101011101010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,33,24); }

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

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

 a { background-color: rgb(42,33,24); }

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

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

 span { border-color: rgb(42,33,24); }

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