#281D13

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

Shades of Cocoa Brown #281D13

Tints of Cocoa Brown #281D13

Color information

#281D13 (or 0x281D13) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1D and 13. RGB value is (40,29,19). Sum of RGB (Red+Green+Blue) = 40+29+19=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #281D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281D13 is #D7E2EC. Grayscale: #1F1F1F. Windows color (decimal): -14148333 or 1252648. OLE color: 1252648.

HSL color Cylindrical-coordinate representation of color #281D13: hue angle of 28.57º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #281D13 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB402919-
CMYK00.280.520.84
HSL28.57º35.59%11.57%-
HSV(B)28.57º52.5%15.69%-
XYZ1.431.380.81-
YUV31.15121.14134.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.45%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=45.45%
G=32.95%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40291900.280.520.8428.5735.5911.57
Hex281D1301C34541d24c
Octal50352303464124354414
Binary10100011101100110111001101001010100111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,29,19); }

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

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

 a { background-color: rgb(40,29,19); }

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

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

 span { border-color: rgb(40,29,19); }

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