#481715

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

Shades of Seal Brown #481715

Tints of Seal Brown #481715

Color information

#481715 (or 0x481715) is unknown color: approx Seal Brown. HEX triplet: 48, 17 and 15. RGB value is (72,23,21). Sum of RGB (Red+Green+Blue) = 72+23+21=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #481715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481715 is #B7E8EA. Grayscale: #252525. Windows color (decimal): -12052715 or 1382216. OLE color: 1382216.

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

Color convert

RGB722321-
CMYK00.680.710.72
HSL2.35º54.84%18.24%-
HSV(B)2.35º70.83%28.24%-
XYZ3.112.040.94-
YUV37.42118.73152.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.07%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 21 (8.59% from 255) = 18.10%
R=62.07%
G=19.83%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72232100.680.710.722.3554.8418.24
Hex481715044474823712
Octal1102725010410711026722
Binary1001000101111010101000100100011110010001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481715; }

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

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

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

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

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

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

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

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