#281201

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

Shades of Cocoa Brown #281201

Tints of Cocoa Brown #281201

Color information

#281201 (or 0x281201) is unknown color: approx Cocoa Brown. HEX triplet: 28, 12 and 01. RGB value is (40,18,1). Sum of RGB (Red+Green+Blue) = 40+18+1=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #281201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281201 is #D7EDFE. Grayscale: #161616. Windows color (decimal): -14151167 or 70184. OLE color: 70184.

HSL color Cylindrical-coordinate representation of color #281201: hue angle of 26.15º 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 #281201 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB40181-
CMYK00.550.980.84
HSL26.15º95.12%8.04%-
HSV(B)26.15º97.5%15.69%-
XYZ1.10.890.14-
YUV22.64115.79140.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 67.80%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 1 (0.78% from 255) = 1.69%
R=67.80%
G=30.51%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4018100.550.980.8426.1595.128.04
Hex2812103762541a5f8
Octal502210671421243213710
Binary1010001001010110111110001010101001101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281201; }

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

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

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

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

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

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

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

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