#48140D

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

Shades of Seal Brown #48140D

Tints of Seal Brown #48140D

Color information

#48140D (or 0x48140D) is unknown color: approx Seal Brown. HEX triplet: 48, 14 and 0D. RGB value is (72,20,13). Sum of RGB (Red+Green+Blue) = 72+20+13=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #48140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48140D is #B7EBF2. Grayscale: #222222. Windows color (decimal): -12053491 or 857160. OLE color: 857160.

HSL color Cylindrical-coordinate representation of color #48140D: hue angle of 7.12º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48140D is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB722013-
CMYK00.720.820.72
HSL7.12º69.41%16.67%-
HSV(B)7.12º81.94%28.24%-
XYZ31.910.59-
YUV34.75115.73154.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 68.57%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 13 (5.47% from 255) = 12.38%
R=68.57%
G=19.05%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72201300.720.820.727.1269.4116.67
Hex4814D048524874511
Octal11024150110122110710521
Binary10010001010011010100100010100101001000111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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