#481712

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

Shades of Seal Brown #481712

Tints of Seal Brown #481712

Color information

#481712 (or 0x481712) is unknown color: approx Seal Brown. HEX triplet: 48, 17 and 12. RGB value is (72,23,18). Sum of RGB (Red+Green+Blue) = 72+23+18=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481712 is #B7E8ED. Grayscale: #252525. Windows color (decimal): -12052718 or 1185608. OLE color: 1185608.

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

Color convert

RGB722318-
CMYK00.680.750.72
HSL5.56º60%17.65%-
HSV(B)5.56º75%28.24%-
XYZ3.092.030.8-
YUV37.08117.23152.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.72%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 18 (7.42% from 255) = 15.93%
R=63.72%
G=20.35%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72231800.680.750.725.566017.65
Hex4817120444B4863c12
Octal1102722010411311067422
Binary10010001011110010010001001001011100100011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481712; }

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

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

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

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

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

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

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

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