#281B0B

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

Shades of Cocoa Brown #281B0B

Tints of Cocoa Brown #281B0B

Color information

#281B0B (or 0x281B0B) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1B and 0B. RGB value is (40,27,11). Sum of RGB (Red+Green+Blue) = 40+27+11=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #281B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B0B is #D7E4F4. Grayscale: #1D1D1D. Windows color (decimal): -14148853 or 727848. OLE color: 727848.

HSL color Cylindrical-coordinate representation of color #281B0B: hue angle of 33.1º 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 #281B0B is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB402711-
CMYK00.330.720.84
HSL33.1º56.86%10%-
HSV(B)33.1º72.5%15.69%-
XYZ1.331.260.49-
YUV29.06117.81135.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.28%
GREEN value IS 27 (10.94% from 255) = 34.62%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=51.28%
G=34.62%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40271100.330.720.8433.156.8610
Hex281BB02148542139a
Octal503313041110124417112
Binary1010001101110110100001100100010101001000011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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