#280C09

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

Shades of Seal Brown #280C09

Tints of Seal Brown #280C09

Color information

#280C09 (or 0x280C09) is unknown color: approx Seal Brown. HEX triplet: 28, 0C and 09. RGB value is (40,12,9). Sum of RGB (Red+Green+Blue) = 40+12+9=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 9 (3.91% from 255 or 14.75% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #280C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C09 is #D7F3F6. Grayscale: #141414. Windows color (decimal): -14152695 or 592936. OLE color: 592936.

HSL color Cylindrical-coordinate representation of color #280C09: hue angle of 5.81º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #280C09 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB40129-
CMYK00.700.780.84
HSL5.81º63.27%9.61%-
HSV(B)5.81º77.5%15.69%-
XYZ1.060.730.34-
YUV20.03121.78142.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 65.57%
GREEN value IS 12 (5.08% from 255) = 19.67%
BLUE value IS 9 (3.91% from 255) = 14.75%
R=65.57%
G=19.67%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4012900.700.780.845.8163.279.61
Hex28C90464E5463fa
Octal501411010611612467712
Binary1010001100100101000110100111010101001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,12,9); }

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

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

 a { background-color: rgb(40,12,9); }

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

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

 span { border-color: rgb(40,12,9); }

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