Html Css Color HEX #480808 Seal Brown

📋 copy color: '#480808'

red 72 ◦ green 8 ◦ blue 8

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

Shades of Seal Brown #480808

Tints of Seal Brown #480808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.09%

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

R = 81.82%
G = 9.09%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.72

RGB Variations

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

Color information

#480808 (or 0x480808) is known color: Seal Brown. HEX triplet: 48, 08 and 08. RGB value is (72,8,8). Sum of RGB (Red+Green+Blue) = 72+8+8=88 (11% of max value = 765). Red value is 72 (28.52% from 255 or 81.82% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 72 - color contains mainly: red. Hex color #480808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480808 is #B7F7F7. Grayscale: #1B1B1B. Windows color (decimal): -12056568 or 526408. OLE color: 526408.

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

Color convert

RGB 72 8 8 -
CMYK 0 0.89 0.89 0.72
HSL 0.8% 0.16% -
HSV(B) 0.89% 0.28% -
XYZ 2.8 1.57 0.38 -
YUV 27.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 72 8 8 0 0.89 0.89 0.72 0 0.8 0.16
Hex 48 8 8 0 59 59 48 0 50 10
Octal 110 10 10 0 131 131 110 0 120 20
Binary 1001000 1000 1000 0 1011001 1011001 1001000 0 1010000 10000

Color Harmonies of #480808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480808

Black with #480808

Text Example


Text Example

White with #480808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480808; }

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

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

background-color css

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

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

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

border-color css

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

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

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