#281505

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

Shades of Cocoa Brown #281505

Tints of Cocoa Brown #281505

Color information

#281505 (or 0x281505) is unknown color: approx Cocoa Brown. HEX triplet: 28, 15 and 05. RGB value is (40,21,5). Sum of RGB (Red+Green+Blue) = 40+21+5=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #281505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281505 is #D7EAFA. Grayscale: #181818. Windows color (decimal): -14150395 or 333096. OLE color: 333096.

HSL color Cylindrical-coordinate representation of color #281505: hue angle of 27.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281505 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.84.

Color convert

RGB40215-
CMYK00.480.880.84
HSL27.43º77.78%8.82%-
HSV(B)27.43º87.5%15.69%-
XYZ1.1710.27-
YUV24.86116.79138.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 60.61%
GREEN value IS 21 (8.59% from 255) = 31.82%
BLUE value IS 5 (2.34% from 255) = 7.58%
R=60.61%
G=31.82%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4021500.480.880.8427.4377.788.82
Hex2815503058541b4e9
Octal502550601301243311611
Binary101000101011010110000101100010101001101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281505; }

 p { color: rgb(40,21,5); }

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

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

 a { background-color: rgb(40,21,5); }

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

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

 span { border-color: rgb(40,21,5); }

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