#480901

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

Shades of Seal Brown #480901

Tints of Seal Brown #480901

Color information

#480901 (or 0x480901) is unknown color: approx Seal Brown. HEX triplet: 48, 09 and 01. RGB value is (72,9,1). Sum of RGB (Red+Green+Blue) = 72+9+1=82 (10% of max value = 765). Red value is 72 (28.52% from 255 or 87.80% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 72 - color contains mainly: red. Hex color #480901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480901 is #B7F6FE. Grayscale: #1B1B1B. Windows color (decimal): -12056319 or 67912. OLE color: 67912.

HSL color Cylindrical-coordinate representation of color #480901: hue angle of 6.76º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480901 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB7291-
CMYK00.880.990.72
HSL6.76º97.26%14.31%-
HSV(B)6.76º98.61%28.24%-
XYZ2.781.580.19-
YUV26.92113.37160.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 87.80%
GREEN value IS 9 (3.91% from 255) = 10.98%
BLUE value IS 1 (0.78% from 255) = 1.22%
R=87.80%
G=10.98%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal729100.880.990.726.7697.2614.31
Hex48910586348761e
Octal1101110130143110714116
Binary100100010011010110001100011100100011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480901; }

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

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

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

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

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

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

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

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