Html Css Color HEX #480900 Seal Brown

📋 copy color: '#480900'

red 72 ◦ green 9 ◦ blue 0

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

Shades of Seal Brown #480900

Tints of Seal Brown #480900

RGB

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

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

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

R = 88.89%
G = 11.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#480900 (or 0x480900) is known color: Seal Brown. HEX triplet: 48, 09 and 00. RGB value is (72,9,0). Sum of RGB (Red+Green+Blue) = 72+9+0=81 (10% of max value = 765). Red value is 72 (28.52% from 255 or 88.89% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 0 (0.39% from 255 or 0% from 81); Max value from RGB is 72 - color contains mainly: red. Hex color #480900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480900 is #B7F6FF. Grayscale: #1A1A1A. Windows color (decimal): -12056320 or 2376. OLE color: 2376.

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

Color convert

RGB 72 9 0 -
CMYK 0 0.88 1 0.72
HSL 7.5º 1% 0.14% -
HSV(B) 7.5º 1% 0.28% -
XYZ 2.77 1.57 0.16 -
YUV 26.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 72 9 0 0 0.88 1 0.72 7.5 1 0.14
Hex 48 9 0 0 58 64 48 8 64 E
Octal 110 11 0 0 130 144 110 10 144 16
Binary 1001000 1001 0 0 1011000 1100100 1001000 1000 1100100 1110

Color Harmonies of #480900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480900

Black with #480900

Text Example


Text Example

White with #480900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480900; }

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

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

background-color css

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

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

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

border-color css

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

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

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