#281502

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

Shades of Cocoa Brown #281502

Tints of Cocoa Brown #281502

Color information

#281502 (or 0x281502) is unknown color: approx Cocoa Brown. HEX triplet: 28, 15 and 02. RGB value is (40,21,2). Sum of RGB (Red+Green+Blue) = 40+21+2=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #281502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281502 is #D7EAFD. Grayscale: #181818. Windows color (decimal): -14150398 or 136488. OLE color: 136488.

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

Color convert

RGB40212-
CMYK00.480.950.84
HSL30º90.48%8.24%-
HSV(B)30º95%15.69%-
XYZ1.150.990.19-
YUV24.52115.29139.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 63.49%
GREEN value IS 21 (8.59% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 3.17%
R=63.49%
G=33.33%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4021200.480.950.843090.488.24
Hex281520305F541e5a8
Octal502520601371243613210
Binary10100010101100110000101111110101001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281502; }

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

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

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

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

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

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

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

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