#281C0B

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

Shades of Cocoa Brown #281C0B

Tints of Cocoa Brown #281C0B

Color information

#281C0B (or 0x281C0B) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1C and 0B. RGB value is (40,28,11). Sum of RGB (Red+Green+Blue) = 40+28+11=79 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50.63% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 40 - color contains mainly: red. Hex color #281C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281C0B is #D7E3F4. Grayscale: #1D1D1D. Windows color (decimal): -14148597 or 728104. OLE color: 728104.

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

Color convert

RGB402811-
CMYK00.300.720.84
HSL35.17º56.86%10%-
HSV(B)35.17º72.5%15.69%-
XYZ1.351.310.5-
YUV29.65117.48135.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50.63%
GREEN value IS 28 (11.33% from 255) = 35.44%
BLUE value IS 11 (4.69% from 255) = 13.92%
R=50.63%
G=35.44%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40281100.300.720.8435.1756.8610
Hex281CB01E48542339a
Octal503413036110124437112
Binary101000111001011011110100100010101001000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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