#281A0E

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

Shades of Cocoa Brown #281A0E

Tints of Cocoa Brown #281A0E

Color information

#281A0E (or 0x281A0E) is unknown color: approx Cocoa Brown. HEX triplet: 28, 1A and 0E. RGB value is (40,26,14). Sum of RGB (Red+Green+Blue) = 40+26+14=80 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 40 - color contains mainly: red. Hex color #281A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A0E is #D7E5F1. Grayscale: #1C1C1C. Windows color (decimal): -14149106 or 924200. OLE color: 924200.

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

Color convert

RGB402614-
CMYK00.350.650.84
HSL27.69º48.15%10.59%-
HSV(B)27.69º65%15.69%-
XYZ1.321.220.58-
YUV28.82119.64135.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50%
GREEN value IS 26 (10.55% from 255) = 32.5%
BLUE value IS 14 (5.86% from 255) = 17.5%
R=50%
G=32.5%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40261400.350.650.8427.6948.1510.59
Hex281AE02341541c30b
Octal503216043101124346013
Binary101000110101110010001110000011010100111001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,26,14); }

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

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

 a { background-color: rgb(40,26,14); }

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

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

 span { border-color: rgb(40,26,14); }

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