Html Css Color HEX #480201 Seal Brown

📋 copy color: '#480201'

red 72 ◦ green 2 ◦ blue 1

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

Shades of Seal Brown #480201

Tints of Seal Brown #480201

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.67%

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

R = 96%
G = 2.67%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#480201 (or 0x480201) is known color: Seal Brown. HEX triplet: 48, 02 and 01. RGB value is (72,2,1). Sum of RGB (Red+Green+Blue) = 72+2+1=75 (9% of max value = 765). Red value is 72 (28.52% from 255 or 96% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 72 - color contains mainly: red. Hex color #480201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480201 is #B7FDFE. Grayscale: #161616. Windows color (decimal): -12058111 or 66120. OLE color: 66120.

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

Color convert

RGB 72 2 1 -
CMYK 0 0.97 0.99 0.72
HSL 0.85º 0.97% 0.14% -
HSV(B) 0.85º 0.99% 0.28% -
XYZ 2.7 1.42 0.16 -
YUV 22.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 72 2 1 0 0.97 0.99 0.72 0.85 0.97 0.14
Hex 48 2 1 0 61 63 48 1 61 E
Octal 110 2 1 0 141 143 110 1 141 16
Binary 1001000 10 1 0 1100001 1100011 1001000 1 1100001 1110

Color Harmonies of #480201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480201

Black with #480201

Text Example


Text Example

White with #480201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480201; }

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

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

background-color css

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

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

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

border-color css

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

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

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