Html Css Color HEX #480701 Seal Brown

📋 copy color: '#480701'

red 72 ◦ green 7 ◦ blue 1

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

Shades of Seal Brown #480701

Tints of Seal Brown #480701

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.75%

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

R = 90%
G = 8.75%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#480701 (or 0x480701) is known color: Seal Brown. HEX triplet: 48, 07 and 01. RGB value is (72,7,1). Sum of RGB (Red+Green+Blue) = 72+7+1=80 (10% of max value = 765). Red value is 72 (28.52% from 255 or 90% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 72 - color contains mainly: red. Hex color #480701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480701 is #B7F8FE. Grayscale: #191919. Windows color (decimal): -12056831 or 67400. OLE color: 67400.

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

Color convert

RGB 72 7 1 -
CMYK 0 0.90 0.99 0.72
HSL 5.07º 0.97% 0.14% -
HSV(B) 5.07º 0.99% 0.28% -
XYZ 2.75 1.53 0.18 -
YUV 25.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 72 7 1 0 0.90 0.99 0.72 5.07 0.97 0.14
Hex 48 7 1 0 5A 63 48 5 61 E
Octal 110 7 1 0 132 143 110 5 141 16
Binary 1001000 111 1 0 1011010 1100011 1001000 101 1100001 1110

Color Harmonies of #480701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480701

Black with #480701

Text Example


Text Example

White with #480701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480701; }

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

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

background-color css

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

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

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

border-color css

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

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

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