Html Css Color HEX #48110F Seal Brown

📋 copy color: '#48110F'

red 72 ◦ green 17 ◦ blue 15

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

Shades of Seal Brown #48110F

Tints of Seal Brown #48110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.42%

R = 69.23%
G = 16.35%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48110F (or 0x48110F) is known color: Seal Brown. HEX triplet: 48, 11 and 0F. RGB value is (72,17,15). Sum of RGB (Red+Green+Blue) = 72+17+15=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48110F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48110F is #B7EEF0. Grayscale: #212121. Windows color (decimal): -12054257 or 987464. OLE color: 987464.

HSL color Cylindrical-coordinate representation of color #48110F: hue angle of 2.11º 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 #48110F is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 15 -
CMYK 0 0.76 0.79 0.72
HSL 2.11º 0.66% 0.17% -
HSV(B) 2.11º 0.79% 0.28% -
XYZ 2.96 1.81 0.65 -
YUV 33.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 72 17 15 0 0.76 0.79 0.72 2.11 0.66 0.17
Hex 48 11 F 0 4C 4F 48 2 42 11
Octal 110 21 17 0 114 117 110 2 102 21
Binary 1001000 10001 1111 0 1001100 1001111 1001000 10 1000010 10001

Color Harmonies of #48110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48110F

Black with #48110F

Text Example


Text Example

White with #48110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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