Html Css Color HEX #48100F Seal Brown

📋 copy color: '#48100F'

red 72 ◦ green 16 ◦ blue 15

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

Shades of Seal Brown #48100F

Tints of Seal Brown #48100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.53%

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

R = 69.9%
G = 15.53%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48100F (or 0x48100F) is known color: Seal Brown. HEX triplet: 48, 10 and 0F. RGB value is (72,16,15). Sum of RGB (Red+Green+Blue) = 72+16+15=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #48100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48100F is #B7EFF0. Grayscale: #202020. Windows color (decimal): -12054513 or 987208. OLE color: 987208.

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

Color convert

RGB 72 16 15 -
CMYK 0 0.78 0.79 0.72
HSL 1.05º 0.66% 0.17% -
HSV(B) 1.05º 0.79% 0.28% -
XYZ 2.94 1.78 0.64 -
YUV 32.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 72 16 15 0 0.78 0.79 0.72 1.05 0.66 0.17
Hex 48 10 F 0 4E 4F 48 1 42 11
Octal 110 20 17 0 116 117 110 1 102 21
Binary 1001000 10000 1111 0 1001110 1001111 1001000 1 1000010 10001

Color Harmonies of #48100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48100F

Black with #48100F

Text Example


Text Example

White with #48100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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