Html Css Color HEX #481108 Seal Brown

📋 copy color: '#481108'

red 72 ◦ green 17 ◦ blue 8

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

Shades of Seal Brown #481108

Tints of Seal Brown #481108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.25%

R = 74.23%
G = 17.53%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#481108 (or 0x481108) is known color: Seal Brown. HEX triplet: 48, 11 and 08. RGB value is (72,17,8). Sum of RGB (Red+Green+Blue) = 72+17+8=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #481108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481108 is #B7EEF7. Grayscale: #202020. Windows color (decimal): -12054264 or 528712. OLE color: 528712.

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

Color convert

RGB 72 17 8 -
CMYK 0 0.76 0.89 0.72
HSL 8.44º 0.8% 0.16% -
HSV(B) 8.44º 0.89% 0.28% -
XYZ 2.92 1.8 0.42 -
YUV 32.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 72 17 8 0 0.76 0.89 0.72 8.44 0.8 0.16
Hex 48 11 8 0 4C 59 48 8 50 10
Octal 110 21 10 0 114 131 110 10 120 20
Binary 1001000 10001 1000 0 1001100 1011001 1001000 1000 1010000 10000

Color Harmonies of #481108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481108

Black with #481108

Text Example


Text Example

White with #481108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481108; }

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

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

background-color css

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

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

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

border-color css

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

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

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