#281B0A

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

Shades of Cocoa Brown #281B0A

Tints of Cocoa Brown #281B0A

Color information

#281B0A (or 0x281B0A) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1B and 0A. RGB value is (40,27,10). Sum of RGB (Red+Green+Blue) = 40+27+10=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #281B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281B0A is #D7E4F5. Grayscale: #1D1D1D. Windows color (decimal): -14148854 or 662312. OLE color: 662312.

HSL color Cylindrical-coordinate representation of color #281B0A: hue angle of 34º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #281B0A is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB402710-
CMYK00.330.750.84
HSL34º60%9.8%-
HSV(B)34º75%15.69%-
XYZ1.321.260.46-
YUV28.95117.31135.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.95%
GREEN value IS 27 (10.94% from 255) = 35.06%
BLUE value IS 10 (4.30% from 255) = 12.99%
R=51.95%
G=35.06%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40271000.330.750.8434609.8
Hex281BA0214B54223ca
Octal503312041113124427412
Binary1010001101110100100001100101110101001000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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