#280A08

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

Shades of Seal Brown #280A08

Tints of Seal Brown #280A08

Color information

#280A08 (or 0x280A08) is unknown color: approx Seal Brown. HEX triplet: 28, 0A and 08. RGB value is (40,10,8). Sum of RGB (Red+Green+Blue) = 40+10+8=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #280A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280A08 is #D7F5F7. Grayscale: #121212. Windows color (decimal): -14153208 or 526888. OLE color: 526888.

HSL color Cylindrical-coordinate representation of color #280A08: hue angle of 3.75º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280A08 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB40108-
CMYK00.750.800.84
HSL3.75º66.67%9.41%-
HSV(B)3.75º80%15.69%-
XYZ1.030.690.31-
YUV18.74121.94143.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 68.97%
GREEN value IS 10 (4.30% from 255) = 17.24%
BLUE value IS 8 (3.52% from 255) = 13.79%
R=68.97%
G=17.24%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4010800.750.800.843.7566.679.41
Hex28A804B50544439
Octal5012100113120124410311
Binary10100010101000010010111010000101010010010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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