#480F01

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

Shades of Seal Brown #480F01

Tints of Seal Brown #480F01

Color information

#480F01 (or 0x480F01) is unknown color: approx Seal Brown. HEX triplet: 48, 0F and 01. RGB value is (72,15,1). Sum of RGB (Red+Green+Blue) = 72+15+1=88 (11% of max value = 765). Red value is 72 (28.52% from 255 or 81.82% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 72 - color contains mainly: red. Hex color #480F01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480F01 is #B7F0FE. Grayscale: #1E1E1E. Windows color (decimal): -12054783 or 69448. OLE color: 69448.

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

Color convert

RGB72151-
CMYK00.790.990.72
HSL11.83º97.26%14.31%-
HSV(B)11.83º98.61%28.24%-
XYZ2.851.720.21-
YUV30.45111.38157.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 81.82%
GREEN value IS 15 (6.25% from 255) = 17.05%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=81.82%
G=17.05%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7215100.790.990.7211.8397.2614.31
Hex48F104F6348c61e
Octal11017101171431101414116
Binary1001000111110100111111000111001000110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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