Html Css Color HEX #480700 Seal Brown

📋 copy color: '#480700'

red 72 ◦ green 7 ◦ blue 0

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

Shades of Seal Brown #480700

Tints of Seal Brown #480700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.14%
G = 8.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#480700 (or 0x480700) is known color: Seal Brown. HEX triplet: 48, 07 and 00. RGB value is (72,7,0). Sum of RGB (Red+Green+Blue) = 72+7+0=79 (10% of max value = 765). Red value is 72 (28.52% from 255 or 91.14% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 72 - color contains mainly: red. Hex color #480700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480700 is #B7F8FF. Grayscale: #191919. Windows color (decimal): -12056832 or 1864. OLE color: 1864.

HSL color Cylindrical-coordinate representation of color #480700: hue angle of 5.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480700 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 7 0 -
CMYK 0 0.90 1 0.72
HSL 5.83º 1% 0.14% -
HSV(B) 5.83º 1% 0.28% -
XYZ 2.75 1.53 0.15 -
YUV 25.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 72 7 0 0 0.90 1 0.72 5.83 1 0.14
Hex 48 7 0 0 5A 64 48 6 64 E
Octal 110 7 0 0 132 144 110 6 144 16
Binary 1001000 111 0 0 1011010 1100100 1001000 110 1100100 1110

Color Harmonies of #480700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480700

Black with #480700

Text Example


Text Example

White with #480700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480700; }

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

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

background-color css

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

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

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

border-color css

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

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

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