#480A06

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

Shades of Seal Brown #480A06

Tints of Seal Brown #480A06

Color information

#480A06 (or 0x480A06) is unknown color: approx Seal Brown. HEX triplet: 48, 0A and 06. RGB value is (72,10,6). Sum of RGB (Red+Green+Blue) = 72+10+6=88 (11% of max value = 765). Red value is 72 (28.52% from 255 or 81.82% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 72 - color contains mainly: red. Hex color #480A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A06 is #B7F5F9. Grayscale: #1C1C1C. Windows color (decimal): -12056058 or 395848. OLE color: 395848.

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

Color convert

RGB72106-
CMYK00.860.920.72
HSL3.64º84.62%15.29%-
HSV(B)3.64º91.67%28.24%-
XYZ2.811.610.33-
YUV28.08115.54159.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 81.82%
GREEN value IS 10 (4.30% from 255) = 11.36%
BLUE value IS 6 (2.73% from 255) = 6.82%
R=81.82%
G=11.36%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7210600.860.920.723.6484.6215.29
Hex48A60565C48455f
Octal1101260126134110412517
Binary10010001010110010101101011100100100010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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