#281304

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

Shades of Cocoa Brown #281304

Tints of Cocoa Brown #281304

Color information

#281304 (or 0x281304) is unknown color: approx Cocoa Brown. HEX triplet: 28, 13 and 04. RGB value is (40,19,4). Sum of RGB (Red+Green+Blue) = 40+19+4=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #281304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281304 is #D7ECFB. Grayscale: #171717. Windows color (decimal): -14150908 or 267048. OLE color: 267048.

HSL color Cylindrical-coordinate representation of color #281304: hue angle of 25º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #281304 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB40194-
CMYK00.520.900.84
HSL25º81.82%8.63%-
HSV(B)25º90%15.69%-
XYZ1.130.930.23-
YUV23.57116.96139.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 63.49%
GREEN value IS 19 (7.81% from 255) = 30.16%
BLUE value IS 4 (1.95% from 255) = 6.35%
R=63.49%
G=30.16%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4019400.520.900.842581.828.63
Hex281340345A5419529
Octal502340641321243112211
Binary101000100111000110100101101010101001100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281304; }

 p { color: rgb(40,19,4); }

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

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

 a { background-color: rgb(40,19,4); }

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

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

 span { border-color: rgb(40,19,4); }

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