Html Css Color HEX #480404 Seal Brown

📋 copy color: '#480404'

red 72 ◦ green 4 ◦ blue 4

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

Shades of Seal Brown #480404

Tints of Seal Brown #480404

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5%

 BLUE value IS 4 (1.95% from 255) = 5%

R = 90%
G = 5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#480404 (or 0x480404) is known color: Seal Brown. HEX triplet: 48, 04 and 04. RGB value is (72,4,4). Sum of RGB (Red+Green+Blue) = 72+4+4=80 (10% of max value = 765). Red value is 72 (28.52% from 255 or 90% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 72 - color contains mainly: red. Hex color #480404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480404 is #B7FBFB. Grayscale: #181818. Windows color (decimal): -12057596 or 263240. OLE color: 263240.

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

Color convert

RGB 72 4 4 -
CMYK 0 0.94 0.94 0.72
HSL 0.89% 0.15% -
HSV(B) 0.94% 0.28% -
XYZ 2.74 1.47 0.25 -
YUV 24.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 72 4 4 0 0.94 0.94 0.72 0 0.89 0.15
Hex 48 4 4 0 5E 5E 48 0 59 F
Octal 110 4 4 0 136 136 110 0 131 17
Binary 1001000 100 100 0 1011110 1011110 1001000 0 1011001 1111

Color Harmonies of #480404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480404

Black with #480404

Text Example


Text Example

White with #480404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480404; }

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

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

background-color css

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

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

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

border-color css

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

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

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