#280A02

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

Shades of Seal Brown #280A02

Tints of Seal Brown #280A02

Color information

#280A02 (or 0x280A02) is unknown color: approx Seal Brown. HEX triplet: 28, 0A and 02. RGB value is (40,10,2). Sum of RGB (Red+Green+Blue) = 40+10+2=52 (6% of max value = 765). Red value is 40 (16.02% from 255 or 76.92% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 40 - color contains mainly: red. Hex color #280A02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A02 is #D7F5FD. Grayscale: #121212. Windows color (decimal): -14153214 or 133672. OLE color: 133672.

HSL color Cylindrical-coordinate representation of color #280A02: hue angle of 12.63º 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 #280A02 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.84.

Color convert

RGB40102-
CMYK00.750.950.84
HSL12.63º90.48%8.24%-
HSV(B)12.63º95%15.69%-
XYZ0.990.670.13-
YUV18.06118.94143.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 76.92%
GREEN value IS 10 (4.30% from 255) = 19.23%
BLUE value IS 2 (1.17% from 255) = 3.85%
R=76.92%
G=19.23%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4010200.750.950.8412.6390.488.24
Hex28A204B5F54d5a8
Octal5012201131371241513210
Binary1010001010100100101110111111010100110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280A02; }

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

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

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

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

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

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

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

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