#2A1901

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

Shades of Cocoa Brown #2A1901

Tints of Cocoa Brown #2A1901

Color information

#2A1901 (or 0x2A1901) is unknown color: approx Cocoa Brown. HEX triplet: 2A, 19 and 01. RGB value is (42,25,1). Sum of RGB (Red+Green+Blue) = 42+25+1=68 (9% of max value = 765). Red value is 42 (16.80% from 255 or 61.76% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1901 is #D5E6FE. Grayscale: #1B1B1B. Windows color (decimal): -14018303 or 71978. OLE color: 71978.

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

Color convert

RGB42251-
CMYK00.400.980.84
HSL35.12º95.35%8.43%-
HSV(B)35.12º97.62%16.47%-
XYZ1.311.190.19-
YUV27.35113.13138.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 61.76%
GREEN value IS 25 (10.16% from 255) = 36.76%
BLUE value IS 1 (0.78% from 255) = 1.47%
R=61.76%
G=36.76%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4225100.400.980.8435.1295.358.43
Hex2A1910286254235f8
Octal523110501421244313710
Binary10101011001101010001100010101010010001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,25,1); }

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

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

 a { background-color: rgb(42,25,1); }

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

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

 span { border-color: rgb(42,25,1); }

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