Html Css Color HEX #480101 Seal Brown

📋 copy color: '#480101'

red 72 ◦ green 1 ◦ blue 1

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

Shades of Seal Brown #480101

Tints of Seal Brown #480101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.35%

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

R = 97.3%
G = 1.35%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#480101 (or 0x480101) is known color: Seal Brown. HEX triplet: 48, 01 and 01. RGB value is (72,1,1). Sum of RGB (Red+Green+Blue) = 72+1+1=74 (9% of max value = 765). Red value is 72 (28.52% from 255 or 97.30% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 72 - color contains mainly: red. Hex color #480101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480101 is #B7FEFE. Grayscale: #161616. Windows color (decimal): -12058367 or 65864. OLE color: 65864.

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

Color convert

RGB 72 1 1 -
CMYK 0 0.99 0.99 0.72
HSL 0.97% 0.14% -
HSV(B) 0.99% 0.28% -
XYZ 2.69 1.4 0.16 -
YUV 22.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 72 1 1 0 0.99 0.99 0.72 0 0.97 0.14
Hex 48 1 1 0 63 63 48 0 61 E
Octal 110 1 1 0 143 143 110 0 141 16
Binary 1001000 1 1 0 1100011 1100011 1001000 0 1100001 1110

Color Harmonies of #480101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480101

Black with #480101

Text Example


Text Example

White with #480101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480101; }

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

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

background-color css

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

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

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

border-color css

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

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

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