Html Css Color HEX #48130D Seal Brown

📋 copy color: '#48130D'

red 72 ◦ green 19 ◦ blue 13

#48130D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #48130D

Tints of Seal Brown #48130D

RGB

 RED value IS 72 (28.52% from 255) = 69.23%

 GREEN value IS 19 (7.81% from 255) = 18.27%

 BLUE value IS 13 (5.47% from 255) = 12.5%

R = 69.23%
G = 18.27%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48130D (or 0x48130D) is known color: Seal Brown. HEX triplet: 48, 13 and 0D. RGB value is (72,19,13). Sum of RGB (Red+Green+Blue) = 72+19+13=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48130D is #B7ECF2. Grayscale: #222222. Windows color (decimal): -12053747 or 856904. OLE color: 856904.

HSL color Cylindrical-coordinate representation of color #48130D: hue angle of 6.1º 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 #48130D is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 19 13 -
CMYK 0 0.74 0.82 0.72
HSL 6.1º 0.69% 0.17% -
HSV(B) 6.1º 0.82% 0.28% -
XYZ 2.98 1.87 0.59 -
YUV 34.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 72 19 13 0 0.74 0.82 0.72 6.1 0.69 0.17
Hex 48 13 D 0 4A 52 48 6 45 11
Octal 110 23 15 0 112 122 110 6 105 21
Binary 1001000 10011 1101 0 1001010 1010010 1001000 110 1000101 10001

Color Harmonies of #48130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48130D

Black with #48130D

Text Example


Text Example

White with #48130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48130D;
 }
 .AnyTagClassName
 {
   color: #48130D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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