#281F13

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

Shades of Cocoa Brown #281F13

Tints of Cocoa Brown #281F13

Color information

#281F13 (or 0x281F13) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1F and 13. RGB value is (40,31,19). Sum of RGB (Red+Green+Blue) = 40+31+19=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #281F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281F13 is #D7E0EC. Grayscale: #202020. Windows color (decimal): -14147821 or 1253160. OLE color: 1253160.

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

Color convert

RGB403119-
CMYK00.220.520.84
HSL34.29º35.59%11.57%-
HSV(B)34.29º52.5%15.69%-
XYZ1.481.480.82-
YUV32.32120.48133.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.44%
GREEN value IS 31 (12.5% from 255) = 34.44%
BLUE value IS 19 (7.81% from 255) = 21.11%
R=44.44%
G=34.44%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40311900.220.520.8434.2935.5911.57
Hex281F1301634542224c
Octal50372302664124424414
Binary101000111111001101011011010010101001000101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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