Html Css Color HEX #480501 Seal Brown

📋 copy color: '#480501'

red 72 ◦ green 5 ◦ blue 1

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

Shades of Seal Brown #480501

Tints of Seal Brown #480501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.28%

R = 92.31%
G = 6.41%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#480501 (or 0x480501) is known color: Seal Brown. HEX triplet: 48, 05 and 01. RGB value is (72,5,1). Sum of RGB (Red+Green+Blue) = 72+5+1=78 (10% of max value = 765). Red value is 72 (28.52% from 255 or 92.31% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 72 - color contains mainly: red. Hex color #480501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480501 is #B7FAFE. Grayscale: #181818. Windows color (decimal): -12057343 or 66888. OLE color: 66888.

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

Color convert

RGB 72 5 1 -
CMYK 0 0.93 0.99 0.72
HSL 3.38º 0.97% 0.14% -
HSV(B) 3.38º 0.99% 0.28% -
XYZ 2.73 1.49 0.17 -
YUV 24.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 72 5 1 0 0.93 0.99 0.72 3.38 0.97 0.14
Hex 48 5 1 0 5D 63 48 3 61 E
Octal 110 5 1 0 135 143 110 3 141 16
Binary 1001000 101 1 0 1011101 1100011 1001000 11 1100001 1110

Color Harmonies of #480501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480501

Black with #480501

Text Example


Text Example

White with #480501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480501; }

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

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

background-color css

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

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

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

border-color css

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

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

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