#281501

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

Shades of Cocoa Brown #281501

Tints of Cocoa Brown #281501

Color information

#281501 (or 0x281501) is unknown color: approx Cocoa Brown. HEX triplet: 28, 15 and 01. RGB value is (40,21,1). Sum of RGB (Red+Green+Blue) = 40+21+1=62 (8% of max value = 765). Red value is 40 (16.02% from 255 or 64.52% from 62); Green value is 21 (8.59% from 255 or 33.87% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 40 - color contains mainly: red. Hex color #281501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281501 is #D7EAFE. Grayscale: #181818. Windows color (decimal): -14150399 or 70952. OLE color: 70952.

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

Color convert

RGB40211-
CMYK00.480.980.84
HSL30.77º95.12%8.04%-
HSV(B)30.77º97.5%15.69%-
XYZ1.150.990.16-
YUV24.4114.79139.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 64.52%
GREEN value IS 21 (8.59% from 255) = 33.87%
BLUE value IS 1 (0.78% from 255) = 1.61%
R=64.52%
G=33.87%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4021100.480.980.8430.7795.128.04
Hex2815103062541f5f8
Octal502510601421243713710
Binary1010001010110110000110001010101001111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281501; }

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

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

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

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

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

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

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

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