#281900

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

Shades of Cocoa Brown #281900

Tints of Cocoa Brown #281900

Color information

#281900 (or 0x281900) is unknown color: approx Cocoa Brown. HEX triplet: 28, 19 and 00. RGB value is (40,25,0). Sum of RGB (Red+Green+Blue) = 40+25+0=65 (8% of max value = 765). Red value is 40 (16.02% from 255 or 61.54% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 40 - color contains mainly: red. Hex color #281900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281900 is #D7E6FF. Grayscale: #1A1A1A. Windows color (decimal): -14149376 or 6440. OLE color: 6440.

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

Color convert

RGB40250-
CMYK00.3810.84
HSL37.5º100%7.84%-
HSV(B)37.5º100%15.69%-
XYZ1.221.150.16-
YUV26.64112.97137.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 61.54%
GREEN value IS 25 (10.16% from 255) = 38.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.54%
G=38.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4025000.3810.8437.51007.84
Hex28190026645426648
Octal503100461441244614410
Binary10100011001001001101100100101010010011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281900; }

 p { color: rgb(40,25,0); }

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

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

 a { background-color: rgb(40,25,0); }

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

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

 span { border-color: rgb(40,25,0); }

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