#481308

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

Shades of Seal Brown #481308

Tints of Seal Brown #481308

Color information

#481308 (or 0x481308) is unknown color: approx Seal Brown. HEX triplet: 48, 13 and 08. RGB value is (72,19,8). Sum of RGB (Red+Green+Blue) = 72+19+8=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #481308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481308 is #B7ECF7. Grayscale: #212121. Windows color (decimal): -12053752 or 529224. OLE color: 529224.

HSL color Cylindrical-coordinate representation of color #481308: hue angle of 10.31º 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 #481308 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB72198-
CMYK00.740.890.72
HSL10.31º80%15.69%-
HSV(B)10.31º88.89%28.24%-
XYZ2.951.860.43-
YUV33.59113.56155.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72.73%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 8 (3.52% from 255) = 8.08%
R=72.73%
G=19.19%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7219800.740.890.7210.318015.69
Hex4813804A5948a5010
Octal110231001121311101212020
Binary100100010011100001001010101100110010001010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481308; }

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

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

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

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

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

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

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

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