#481815

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

Shades of Seal Brown #481815

Tints of Seal Brown #481815

Color information

#481815 (or 0x481815) is unknown color: approx Seal Brown. HEX triplet: 48, 18 and 15. RGB value is (72,24,21). Sum of RGB (Red+Green+Blue) = 72+24+21=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #481815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481815 is #B7E7EA. Grayscale: #262626. Windows color (decimal): -12052459 or 1382472. OLE color: 1382472.

HSL color Cylindrical-coordinate representation of color #481815: hue angle of 3.53º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481815 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB722421-
CMYK00.670.710.72
HSL3.53º54.84%18.24%-
HSV(B)3.53º70.83%28.24%-
XYZ3.132.090.95-
YUV38.01118.4152.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 21 (8.59% from 255) = 17.95%
R=61.54%
G=20.51%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72242100.670.710.723.5354.8418.24
Hex481815043474843712
Octal1103025010310711046722
Binary10010001100010101010000111000111100100010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481815; }

 p { color: rgb(72,24,21); }

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

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

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

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

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

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

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