Html Css Color HEX #48130F Seal Brown

📋 copy color: '#48130F'

red 72 ◦ green 19 ◦ blue 15

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

Shades of Seal Brown #48130F

Tints of Seal Brown #48130F

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 value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48130F (or 0x48130F) is known color: 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

RGB 72 19 15 -
CMYK 0 0.74 0.79 0.72
HSL 4.21º 0.66% 0.17% -
HSV(B) 4.21º 0.79% 0.28% -
XYZ 2.99 1.88 0.66 -
YUV 34.39 117.06 154.83 -
System Red Green Blue C M Y K H S L
Decimal 72 19 15 0 0.74 0.79 0.72 4.21 0.66 0.17
Hex 48 13 F 0 4A 4F 48 4 42 11
Octal 110 23 17 0 112 117 110 4 102 21
Binary 1001000 10011 1111 0 1001010 1001111 1001000 100 1000010 10001

Color Harmonies of #48130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48130F

Black with #48130F

Text Example


Text Example

White with #48130F

Text Example


Text Example

HTML Codes & Css Web 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>