Html Css Color HEX #480301 Seal Brown

📋 copy color: '#480301'

red 72 ◦ green 3 ◦ blue 1

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

Shades of Seal Brown #480301

Tints of Seal Brown #480301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.95%

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

R = 94.74%
G = 3.95%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#480301 (or 0x480301) is known color: Seal Brown. HEX triplet: 48, 03 and 01. RGB value is (72,3,1). Sum of RGB (Red+Green+Blue) = 72+3+1=76 (10% of max value = 765). Red value is 72 (28.52% from 255 or 94.74% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 72 - color contains mainly: red. Hex color #480301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480301 is #B7FCFE. Grayscale: #171717. Windows color (decimal): -12057855 or 66376. OLE color: 66376.

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

Color convert

RGB 72 3 1 -
CMYK 0 0.96 0.99 0.72
HSL 1.69º 0.97% 0.14% -
HSV(B) 1.69º 0.99% 0.28% -
XYZ 2.71 1.45 0.16 -
YUV 23.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 72 3 1 0 0.96 0.99 0.72 1.69 0.97 0.14
Hex 48 3 1 0 60 63 48 2 61 E
Octal 110 3 1 0 140 143 110 2 141 16
Binary 1001000 11 1 0 1100000 1100011 1001000 10 1100001 1110

Color Harmonies of #480301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480301

Black with #480301

Text Example


Text Example

White with #480301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480301; }

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

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

background-color css

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

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

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

border-color css

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

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

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