#2A190D

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

Shades of Cocoa Brown #2A190D

Tints of Cocoa Brown #2A190D

Color information

#2A190D (or 0x2A190D) is unknown color: approx Cocoa Brown. HEX triplet: 2A, 19 and 0D. RGB value is (42,25,13). Sum of RGB (Red+Green+Blue) = 42+25+13=80 (10% of max value = 765). Red value is 42 (16.80% from 255 or 52.5% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 42 - color contains mainly: red. Hex color #2A190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A190D is #D5E6F2. Grayscale: #1C1C1C. Windows color (decimal): -14018291 or 858410. OLE color: 858410.

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

Color convert

RGB422513-
CMYK00.400.690.84
HSL24.83º52.73%10.78%-
HSV(B)24.83º69.05%16.47%-
XYZ1.381.220.54-
YUV28.71119.13137.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 52.5%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 13 (5.47% from 255) = 16.25%
R=52.5%
G=31.25%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42251300.400.690.8424.8352.7310.78
Hex2A19D02845541935b
Octal523115050105124316513
Binary101010110011101010100010001011010100110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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