#48130F

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

Shades of Seal Brown #48130F

Tints of Seal Brown #48130F

Color information

#48130F (or 0x48130F) is unknown color: approx Seal Brown. HEX triplet: 48, 13 and 0F. RGB value is (72,19,15). Sum of RGB (Red+Green+Blue) = 72+19+15=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #48130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48130F is #B7ECF0. Grayscale: #222222. Windows color (decimal): -12053745 or 987976. OLE color: 987976.

HSL color Cylindrical-coordinate representation of color #48130F: hue angle of 4.21º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48130F is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB721915-
CMYK00.740.790.72
HSL4.21º65.52%17.06%-
HSV(B)4.21º79.17%28.24%-
XYZ2.991.880.66-
YUV34.39117.06154.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.92%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=67.92%
G=17.92%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72191500.740.790.724.2165.5217.06
Hex4813F04A4F4844211
Octal11023170112117110410221
Binary10010001001111110100101010011111001000100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48130F; }

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

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

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

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

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

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

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

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