Html Css Color HEX #48120B Seal Brown

📋 copy color: '#48120B'

red 72 ◦ green 18 ◦ blue 11

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

Shades of Seal Brown #48120B

Tints of Seal Brown #48120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.82%

 BLUE value IS 11 (4.69% from 255) = 10.89%

R = 71.29%
G = 17.82%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#48120B (or 0x48120B) is known color: Seal Brown. HEX triplet: 48, 12 and 0B. RGB value is (72,18,11). Sum of RGB (Red+Green+Blue) = 72+18+11=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #48120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48120B is #B7EDF4. Grayscale: #212121. Windows color (decimal): -12054005 or 725576. OLE color: 725576.

HSL color Cylindrical-coordinate representation of color #48120B: hue angle of 6.89º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48120B is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 18 11 -
CMYK 0 0.75 0.85 0.72
HSL 6.89º 0.73% 0.16% -
HSV(B) 6.89º 0.85% 0.28% -
XYZ 2.95 1.83 0.52 -
YUV 33.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 72 18 11 0 0.75 0.85 0.72 6.89 0.73 0.16
Hex 48 12 B 0 4B 55 48 7 49 10
Octal 110 22 13 0 113 125 110 7 111 20
Binary 1001000 10010 1011 0 1001011 1010101 1001000 111 1001001 10000

Color Harmonies of #48120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48120B

Black with #48120B

Text Example


Text Example

White with #48120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48120B; }

 p { color: rgb(72,18,11); }

 H1.HeaderClassName
 {
   color: #48120B;
 }
 .AnyTagClassName
 {
   color: #48120B;
 }
</style>

background-color css

<style>
 a { background-color: #48120B; }

 a { background-color: rgb(72,18,11); }

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

border-color css

<style>
 span { border-color: #48120B; }

 span { border-color: rgb(72,18,11); }

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