#281E12

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

Shades of Cocoa Brown #281E12

Tints of Cocoa Brown #281E12

Color information

#281E12 (or 0x281E12) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1E and 12. RGB value is (40,30,18). Sum of RGB (Red+Green+Blue) = 40+30+18=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #281E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281E12 is #D7E1ED. Grayscale: #1F1F1F. Windows color (decimal): -14148078 or 1187368. OLE color: 1187368.

HSL color Cylindrical-coordinate representation of color #281E12: hue angle of 32.73º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #281E12 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB403018-
CMYK00.250.550.84
HSL32.73º37.93%11.37%-
HSV(B)32.73º55%15.69%-
XYZ1.451.420.77-
YUV31.62120.31133.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.45%
GREEN value IS 30 (12.11% from 255) = 34.09%
BLUE value IS 18 (7.42% from 255) = 20.45%
R=45.45%
G=34.09%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40301800.250.550.8432.7337.9311.37
Hex281E1201937542126b
Octal50362203167124414613
Binary101000111101001001100111011110101001000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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