#480F0F

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

Shades of Seal Brown #480F0F

Tints of Seal Brown #480F0F

Color information

#480F0F (or 0x480F0F) is unknown color: approx Seal Brown. HEX triplet: 48, 0F and 0F. RGB value is (72,15,15). Sum of RGB (Red+Green+Blue) = 72+15+15=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #480F0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480F0F is #B7F0F0. Grayscale: #202020. Windows color (decimal): -12054769 or 986952. OLE color: 986952.

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

Color convert

RGB721515-
CMYK00.790.790.72
HSL65.52%17.06%-
HSV(B)79.17%28.24%-
XYZ2.931.750.64-
YUV32.04118.38156.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 70.59%
GREEN value IS 15 (6.25% from 255) = 14.71%
BLUE value IS 15 (6.25% from 255) = 14.71%
R=70.59%
G=14.71%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72151500.790.790.72065.5217.06
Hex48FF04F4F4804211
Octal11017170117117110010221
Binary10010001111111101001111100111110010000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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