#480A01

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

Shades of Seal Brown #480A01

Tints of Seal Brown #480A01

Color information

#480A01 (or 0x480A01) is unknown color: approx Seal Brown. HEX triplet: 48, 0A and 01. RGB value is (72,10,1). Sum of RGB (Red+Green+Blue) = 72+10+1=83 (10% of max value = 765). Red value is 72 (28.52% from 255 or 86.75% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 72 - color contains mainly: red. Hex color #480A01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A01 is #B7F5FE. Grayscale: #1B1B1B. Windows color (decimal): -12056063 or 68168. OLE color: 68168.

HSL color Cylindrical-coordinate representation of color #480A01: hue angle of 7.61º 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 #480A01 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB72101-
CMYK00.860.990.72
HSL7.61º97.26%14.31%-
HSV(B)7.61º98.61%28.24%-
XYZ2.791.60.19-
YUV27.51113.04159.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 86.75%
GREEN value IS 10 (4.30% from 255) = 12.05%
BLUE value IS 1 (0.78% from 255) = 1.20%
R=86.75%
G=12.05%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7210100.860.990.727.6197.2614.31
Hex48A10566348861e
Octal11012101261431101014116
Binary1001000101010101011011000111001000100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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