Html Css Color HEX #480A09 Seal Brown

📋 copy color: '#480A09'

red 72 ◦ green 10 ◦ blue 9

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

Shades of Seal Brown #480A09

Tints of Seal Brown #480A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.99%

 BLUE value IS 9 (3.91% from 255) = 9.89%

R = 79.12%
G = 10.99%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#480A09 (or 0x480A09) is known color: Seal Brown. HEX triplet: 48, 0A and 09. RGB value is (72,10,9). Sum of RGB (Red+Green+Blue) = 72+10+9=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 9 (3.91% from 255 or 9.89% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #480A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480A09 is #B7F5F6. Grayscale: #1C1C1C. Windows color (decimal): -12056055 or 592456. OLE color: 592456.

HSL color Cylindrical-coordinate representation of color #480A09: hue angle of 0.95º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480A09 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 10 9 -
CMYK 0 0.86 0.88 0.72
HSL 0.95º 0.78% 0.16% -
HSV(B) 0.95º 0.88% 0.28% -
XYZ 2.83 1.61 0.42 -
YUV 28.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 72 10 9 0 0.86 0.88 0.72 0.95 0.78 0.16
Hex 48 A 9 0 56 58 48 1 4E 10
Octal 110 12 11 0 126 130 110 1 116 20
Binary 1001000 1010 1001 0 1010110 1011000 1001000 1 1001110 10000

Color Harmonies of #480A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A09

Black with #480A09

Text Example


Text Example

White with #480A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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