Html Css Color HEX #48140B Seal Brown

📋 copy color: '#48140B'

red 72 ◦ green 20 ◦ blue 11

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

Shades of Seal Brown #48140B

Tints of Seal Brown #48140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.42%

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

R = 69.9%
G = 19.42%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#48140B (or 0x48140B) is known color: Seal Brown. HEX triplet: 48, 14 and 0B. RGB value is (72,20,11). Sum of RGB (Red+Green+Blue) = 72+20+11=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #48140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48140B is #B7EBF4. Grayscale: #222222. Windows color (decimal): -12053493 or 726088. OLE color: 726088.

HSL color Cylindrical-coordinate representation of color #48140B: hue angle of 8.85º 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 #48140B is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 20 11 -
CMYK 0 0.72 0.85 0.72
HSL 8.85º 0.73% 0.16% -
HSV(B) 8.85º 0.85% 0.28% -
XYZ 2.98 1.9 0.53 -
YUV 34.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 72 20 11 0 0.72 0.85 0.72 8.85 0.73 0.16
Hex 48 14 B 0 48 55 48 9 49 10
Octal 110 24 13 0 110 125 110 11 111 20
Binary 1001000 10100 1011 0 1001000 1010101 1001000 1001 1001001 10000

Color Harmonies of #48140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48140B

Black with #48140B

Text Example


Text Example

White with #48140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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