Html Css Color HEX #480F09 Seal Brown

📋 copy color: '#480F09'

red 72 ◦ green 15 ◦ blue 9

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

Shades of Seal Brown #480F09

Tints of Seal Brown #480F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.63%

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

R = 75%
G = 15.63%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#480F09 (or 0x480F09) is known color: Seal Brown. HEX triplet: 48, 0F and 09. RGB value is (72,15,9). Sum of RGB (Red+Green+Blue) = 72+15+9=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #480F09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480F09 is #B7F0F6. Grayscale: #1F1F1F. Windows color (decimal): -12054775 or 593736. OLE color: 593736.

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

Color convert

RGB 72 15 9 -
CMYK 0 0.79 0.88 0.72
HSL 5.71º 0.78% 0.16% -
HSV(B) 5.71º 0.88% 0.28% -
XYZ 2.89 1.74 0.44 -
YUV 31.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 72 15 9 0 0.79 0.88 0.72 5.71 0.78 0.16
Hex 48 F 9 0 4F 58 48 6 4E 10
Octal 110 17 11 0 117 130 110 6 116 20
Binary 1001000 1111 1001 0 1001111 1011000 1001000 110 1001110 10000

Color Harmonies of #480F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480F09

Black with #480F09

Text Example


Text Example

White with #480F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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