Html Css Color HEX #480901 Seal Brown

📋 copy color: '#480901'

red 72 ◦ green 9 ◦ blue 1

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

Shades of Seal Brown #480901

Tints of Seal Brown #480901

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.98%

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

R = 87.8%
G = 10.98%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#480901 (or 0x480901) is known color: Seal Brown. HEX triplet: 48, 09 and 01. RGB value is (72,9,1). Sum of RGB (Red+Green+Blue) = 72+9+1=82 (10% of max value = 765). Red value is 72 (28.52% from 255 or 87.80% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 1 (0.78% from 255 or 1.22% from 82); Max value from RGB is 72 - color contains mainly: red. Hex color #480901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480901 is #B7F6FE. Grayscale: #1B1B1B. Windows color (decimal): -12056319 or 67912. OLE color: 67912.

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

Color convert

RGB 72 9 1 -
CMYK 0 0.88 0.99 0.72
HSL 6.76º 0.97% 0.14% -
HSV(B) 6.76º 0.99% 0.28% -
XYZ 2.78 1.58 0.19 -
YUV 26.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 72 9 1 0 0.88 0.99 0.72 6.76 0.97 0.14
Hex 48 9 1 0 58 63 48 7 61 E
Octal 110 11 1 0 130 143 110 7 141 16
Binary 1001000 1001 1 0 1011000 1100011 1001000 111 1100001 1110

Color Harmonies of #480901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480901

Black with #480901

Text Example


Text Example

White with #480901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480901; }

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

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

background-color css

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

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

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

border-color css

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

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

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