#2A1506

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

Shades of Cocoa Brown #2A1506

Tints of Cocoa Brown #2A1506

Color information

#2A1506 (or 0x2A1506) is unknown color: approx Cocoa Brown. HEX triplet: 2A, 15 and 06. RGB value is (42,21,6). Sum of RGB (Red+Green+Blue) = 42+21+6=69 (9% of max value = 765). Red value is 42 (16.80% from 255 or 60.87% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1506 is #D5EAF9. Grayscale: #191919. Windows color (decimal): -14019322 or 398634. OLE color: 398634.

HSL color Cylindrical-coordinate representation of color #2A1506: hue angle of 25º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A1506 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.84.

Color convert

RGB42216-
CMYK00.500.860.84
HSL25º75%9.41%-
HSV(B)25º85.71%16.47%-
XYZ1.261.040.31-
YUV25.57116.96139.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 60.87%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 6 (2.73% from 255) = 8.70%
R=60.87%
G=30.43%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4221600.500.860.8425759.41
Hex2A1560325654194b9
Octal522560621261243111311
Binary101010101011100110010101011010101001100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,21,6); }

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

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

 a { background-color: rgb(42,21,6); }

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

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

 span { border-color: rgb(42,21,6); }

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