#480C08

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

Shades of Seal Brown #480C08

Tints of Seal Brown #480C08

Color information

#480C08 (or 0x480C08) is unknown color: approx Seal Brown. HEX triplet: 48, 0C and 08. RGB value is (72,12,8). Sum of RGB (Red+Green+Blue) = 72+12+8=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #480C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480C08 is #B7F3F7. Grayscale: #1D1D1D. Windows color (decimal): -12055544 or 527432. OLE color: 527432.

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

Color convert

RGB72128-
CMYK00.830.890.72
HSL3.75º80%15.69%-
HSV(B)3.75º88.89%28.24%-
XYZ2.851.660.4-
YUV29.48115.88158.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 78.26%
GREEN value IS 12 (5.08% from 255) = 13.04%
BLUE value IS 8 (3.52% from 255) = 8.70%
R=78.26%
G=13.04%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7212800.830.890.723.758015.69
Hex48C8053594845010
Octal11014100123131110412020
Binary1001000110010000101001110110011001000100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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