#480F09

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

Shades of Seal Brown #480F09

Tints of Seal Brown #480F09

Color information

#480F09 (or 0x480F09) is unknown color: approx Seal Brown. HEX triplet: 48, 0F and 09. RGB value is (72,15,9). Sum of RGB (Red+Green+Blue) = 72+15+9=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #480F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480F09 is #B7F0F6. Grayscale: #1F1F1F. Windows color (decimal): -12054775 or 593736. OLE color: 593736.

HSL color Cylindrical-coordinate representation of color #480F09: hue angle of 5.71º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480F09 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.72.

Color convert

RGB72159-
CMYK00.790.880.72
HSL5.71º77.78%15.88%-
HSV(B)5.71º87.5%28.24%-
XYZ2.891.740.44-
YUV31.36115.38156.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75%
GREEN value IS 15 (6.25% from 255) = 15.62%
BLUE value IS 9 (3.91% from 255) = 9.38%
R=75%
G=15.62%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7215900.790.880.725.7177.7815.88
Hex48F904F584864e10
Octal11017110117130110611620
Binary1001000111110010100111110110001001000110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480F09; }

 p { color: rgb(72,15,9); }

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

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

 a { background-color: rgb(72,15,9); }

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

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

 span { border-color: rgb(72,15,9); }

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