#48140F

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

Shades of Seal Brown #48140F

Tints of Seal Brown #48140F

Color information

#48140F (or 0x48140F) is unknown color: approx Seal Brown. HEX triplet: 48, 14 and 0F. RGB value is (72,20,15). Sum of RGB (Red+Green+Blue) = 72+20+15=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #48140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48140F is #B7EBF0. Grayscale: #232323. Windows color (decimal): -12053489 or 988232. OLE color: 988232.

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

Color convert

RGB722015-
CMYK00.720.790.72
HSL5.26º65.52%17.06%-
HSV(B)5.26º79.17%28.24%-
XYZ3.011.910.66-
YUV34.98116.73154.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 15 (6.25% from 255) = 14.02%
R=67.29%
G=18.69%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72201500.720.790.725.2665.5217.06
Hex4814F0484F4854211
Octal11024170110117110510221
Binary10010001010011110100100010011111001000101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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