#2A1302

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

Shades of Cocoa Brown #2A1302

Tints of Cocoa Brown #2A1302

Color information

#2A1302 (or 0x2A1302) is unknown color: approx Cocoa Brown. HEX triplet: 2A, 13 and 02. RGB value is (42,19,2). Sum of RGB (Red+Green+Blue) = 42+19+2=63 (8% of max value = 765). Red value is 42 (16.80% from 255 or 66.67% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1302 is #D5ECFD. Grayscale: #181818. Windows color (decimal): -14019838 or 135978. OLE color: 135978.

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

Color convert

RGB42192-
CMYK00.550.950.84
HSL25.5º90.91%8.63%-
HSV(B)25.5º95.24%16.47%-
XYZ1.20.960.18-
YUV23.94115.62140.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 66.67%
GREEN value IS 19 (7.81% from 255) = 30.16%
BLUE value IS 2 (1.17% from 255) = 3.17%
R=66.67%
G=30.16%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4219200.550.950.8425.590.918.63
Hex2A1320375F541a5b9
Octal522320671371243213311
Binary10101010011100110111101111110101001101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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