Html Css Color HEX #48110E Seal Brown

📋 copy color: '#48110E'

red 72 ◦ green 17 ◦ blue 14

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

Shades of Seal Brown #48110E

Tints of Seal Brown #48110E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.59%

R = 69.9%
G = 16.5%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#48110E (or 0x48110E) is known color: Seal Brown. HEX triplet: 48, 11 and 0E. RGB value is (72,17,14). Sum of RGB (Red+Green+Blue) = 72+17+14=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #48110E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48110E is #B7EEF1. Grayscale: #212121. Windows color (decimal): -12054258 or 921928. OLE color: 921928.

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

Color convert

RGB 72 17 14 -
CMYK 0 0.76 0.81 0.72
HSL 3.1º 0.67% 0.17% -
HSV(B) 3.1º 0.81% 0.28% -
XYZ 2.95 1.81 0.61 -
YUV 33.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 72 17 14 0 0.76 0.81 0.72 3.1 0.67 0.17
Hex 48 11 E 0 4C 51 48 3 43 11
Octal 110 21 16 0 114 121 110 3 103 21
Binary 1001000 10001 1110 0 1001100 1010001 1001000 11 1000011 10001

Color Harmonies of #48110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48110E

Black with #48110E

Text Example


Text Example

White with #48110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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