Html Css Color HEX #480505 Seal Brown

📋 copy color: '#480505'

red 72 ◦ green 5 ◦ blue 5

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

Shades of Seal Brown #480505

Tints of Seal Brown #480505

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.1%

 BLUE value IS 5 (2.34% from 255) = 6.1%

R = 87.8%
G = 6.1%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#480505 (or 0x480505) is known color: Seal Brown. HEX triplet: 48, 05 and 05. RGB value is (72,5,5). Sum of RGB (Red+Green+Blue) = 72+5+5=82 (10% of max value = 765). Red value is 72 (28.52% from 255 or 87.80% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 72 - color contains mainly: red. Hex color #480505 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480505 is #B7FAFA. Grayscale: #191919. Windows color (decimal): -12057339 or 329032. OLE color: 329032.

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

Color convert

RGB 72 5 5 -
CMYK 0 0.93 0.93 0.72
HSL 0.87% 0.15% -
HSV(B) 0.93% 0.28% -
XYZ 2.75 1.5 0.29 -
YUV 25.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 72 5 5 0 0.93 0.93 0.72 0 0.87 0.15
Hex 48 5 5 0 5D 5D 48 0 57 F
Octal 110 5 5 0 135 135 110 0 127 17
Binary 1001000 101 101 0 1011101 1011101 1001000 0 1010111 1111

Color Harmonies of #480505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480505

Black with #480505

Text Example


Text Example

White with #480505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480505; }

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

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

background-color css

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

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

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

border-color css

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

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

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