Html Css Color HEX #48110A Seal Brown

📋 copy color: '#48110A'

red 72 ◦ green 17 ◦ blue 10

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

Shades of Seal Brown #48110A

Tints of Seal Brown #48110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.17%

 BLUE value IS 10 (4.3% from 255) = 10.1%

R = 72.73%
G = 17.17%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48110A (or 0x48110A) is known color: Seal Brown. HEX triplet: 48, 11 and 0A. RGB value is (72,17,10). Sum of RGB (Red+Green+Blue) = 72+17+10=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #48110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48110A is #B7EEF5. Grayscale: #202020. Windows color (decimal): -12054262 or 659784. OLE color: 659784.

HSL color Cylindrical-coordinate representation of color #48110A: hue angle of 6.77º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48110A is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 10 -
CMYK 0 0.76 0.86 0.72
HSL 6.77º 0.76% 0.16% -
HSV(B) 6.77º 0.86% 0.28% -
XYZ 2.93 1.8 0.48 -
YUV 32.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 72 17 10 0 0.76 0.86 0.72 6.77 0.76 0.16
Hex 48 11 A 0 4C 56 48 7 4C 10
Octal 110 21 12 0 114 126 110 7 114 20
Binary 1001000 10001 1010 0 1001100 1010110 1001000 111 1001100 10000

Color Harmonies of #48110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48110A

Black with #48110A

Text Example


Text Example

White with #48110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48110A; }

 p { color: rgb(72,17,10); }

 H1.HeaderClassName
 {
   color: #48110A;
 }
 .AnyTagClassName
 {
   color: #48110A;
 }
</style>

background-color css

<style>
 a { background-color: #48110A; }

 a { background-color: rgb(72,17,10); }

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

border-color css

<style>
 span { border-color: #48110A; }

 span { border-color: rgb(72,17,10); }

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