Html Css Color HEX #481109 Seal Brown

📋 copy color: '#481109'

red 72 ◦ green 17 ◦ blue 9

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

Shades of Seal Brown #481109

Tints of Seal Brown #481109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.18%

R = 73.47%
G = 17.35%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#481109 (or 0x481109) is known color: Seal Brown. HEX triplet: 48, 11 and 09. RGB value is (72,17,9). Sum of RGB (Red+Green+Blue) = 72+17+9=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #481109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481109 is #B7EEF6. Grayscale: #202020. Windows color (decimal): -12054263 or 594248. OLE color: 594248.

HSL color Cylindrical-coordinate representation of color #481109: hue angle of 7.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481109 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 9 -
CMYK 0 0.76 0.88 0.72
HSL 7.62º 0.78% 0.16% -
HSV(B) 7.62º 0.88% 0.28% -
XYZ 2.92 1.8 0.45 -
YUV 32.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 72 17 9 0 0.76 0.88 0.72 7.62 0.78 0.16
Hex 48 11 9 0 4C 58 48 8 4E 10
Octal 110 21 11 0 114 130 110 10 116 20
Binary 1001000 10001 1001 0 1001100 1011000 1001000 1000 1001110 10000

Color Harmonies of #481109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481109

Black with #481109

Text Example


Text Example

White with #481109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481109; }

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

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

background-color css

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

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

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

border-color css

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

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

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