#480C00

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

Shades of Seal Brown #480C00

Tints of Seal Brown #480C00

Color information

#480C00 (or 0x480C00) is unknown color: approx Seal Brown. HEX triplet: 48, 0C and 00. RGB value is (72,12,0). Sum of RGB (Red+Green+Blue) = 72+12+0=84 (11% of max value = 765). Red value is 72 (28.52% from 255 or 85.71% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 72 - color contains mainly: red. Hex color #480C00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480C00 is #B7F3FF. Grayscale: #1C1C1C. Windows color (decimal): -12055552 or 3144. OLE color: 3144.

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

Color convert

RGB72120-
CMYK00.8310.72
HSL10º100%14.12%-
HSV(B)10º100%28.24%-
XYZ2.81.640.17-
YUV28.57111.88158.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 85.71%
GREEN value IS 12 (5.08% from 255) = 14.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.71%
G=14.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7212000.8310.721010014.12
Hex48C00536448a64e
Octal11014001231441101214416
Binary1001000110000101001111001001001000101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,12,0); }

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

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

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

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

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

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

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