#281E13

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

Shades of Cocoa Brown #281E13

Tints of Cocoa Brown #281E13

Color information

#281E13 (or 0x281E13) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1E and 13. RGB value is (40,30,19). Sum of RGB (Red+Green+Blue) = 40+30+19=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #281E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281E13 is #D7E1EC. Grayscale: #1F1F1F. Windows color (decimal): -14148077 or 1252904. OLE color: 1252904.

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

Color convert

RGB403019-
CMYK00.250.520.84
HSL31.43º35.59%11.57%-
HSV(B)31.43º52.5%15.69%-
XYZ1.461.430.81-
YUV31.74120.81133.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.94%
GREEN value IS 30 (12.11% from 255) = 33.71%
BLUE value IS 19 (7.81% from 255) = 21.35%
R=44.94%
G=33.71%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40301900.250.520.8431.4335.5911.57
Hex281E1301934541f24c
Octal50362303164124374414
Binary10100011110100110110011101001010100111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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