#281A0B

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

Shades of Cocoa Brown #281A0B

Tints of Cocoa Brown #281A0B

Color information

#281A0B (or 0x281A0B) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1A and 0B. RGB value is (40,26,11). Sum of RGB (Red+Green+Blue) = 40+26+11=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #281A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A0B is #D7E5F4. Grayscale: #1C1C1C. Windows color (decimal): -14149109 or 727592. OLE color: 727592.

HSL color Cylindrical-coordinate representation of color #281A0B: hue angle of 31.03º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #281A0B is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB402611-
CMYK00.350.720.84
HSL31.03º56.86%10%-
HSV(B)31.03º72.5%15.69%-
XYZ1.31.210.48-
YUV28.48118.14136.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.95%
GREEN value IS 26 (10.55% from 255) = 33.77%
BLUE value IS 11 (4.69% from 255) = 14.29%
R=51.95%
G=33.77%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40261100.350.720.8431.0356.8610
Hex281AB02348541f39a
Octal503213043110124377112
Binary101000110101011010001110010001010100111111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281A0B; }

 p { color: rgb(40,26,11); }

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

<style>
 a { background-color: #281A0B; }

 a { background-color: rgb(40,26,11); }

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

<style>
 span { border-color: #281A0B; }

 span { border-color: rgb(40,26,11); }

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