#2A1B0D

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

Shades of Cocoa Brown #2A1B0D

Tints of Cocoa Brown #2A1B0D

Color information

#2A1B0D (or 0x2A1B0D) is unknown color: approx Cocoa Brown. HEX triplet: 2A, 1B and 0D. RGB value is (42,27,13). Sum of RGB (Red+Green+Blue) = 42+27+13=82 (10% of max value = 765). Red value is 42 (16.80% from 255 or 51.22% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1B0D is #D5E4F2. Grayscale: #1D1D1D. Windows color (decimal): -14017779 or 858922. OLE color: 858922.

HSL color Cylindrical-coordinate representation of color #2A1B0D: hue angle of 28.97º 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 #2A1B0D is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.84.

Color convert

RGB422713-
CMYK00.360.690.84
HSL28.97º52.73%10.78%-
HSV(B)28.97º69.05%16.47%-
XYZ1.421.310.56-
YUV29.89118.47136.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 51.22%
GREEN value IS 27 (10.94% from 255) = 32.93%
BLUE value IS 13 (5.47% from 255) = 15.85%
R=51.22%
G=32.93%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42271300.360.690.8428.9752.7310.78
Hex2A1BD02445541d35b
Octal523315044105124356513
Binary101010110111101010010010001011010100111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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