Html Css Color HEX #480C09 Seal Brown

📋 copy color: '#480C09'

red 72 ◦ green 12 ◦ blue 9

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

Shades of Seal Brown #480C09

Tints of Seal Brown #480C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.9%

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

R = 77.42%
G = 12.9%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#480C09 (or 0x480C09) is known color: Seal Brown. HEX triplet: 48, 0C and 09. RGB value is (72,12,9). Sum of RGB (Red+Green+Blue) = 72+12+9=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #480C09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480C09 is #B7F3F6. Grayscale: #1D1D1D. Windows color (decimal): -12055543 or 592968. OLE color: 592968.

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

Color convert

RGB 72 12 9 -
CMYK 0 0.83 0.88 0.72
HSL 2.86º 0.78% 0.16% -
HSV(B) 2.86º 0.88% 0.28% -
XYZ 2.85 1.66 0.43 -
YUV 29.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 72 12 9 0 0.83 0.88 0.72 2.86 0.78 0.16
Hex 48 C 9 0 53 58 48 3 4E 10
Octal 110 14 11 0 123 130 110 3 116 20
Binary 1001000 1100 1001 0 1010011 1011000 1001000 11 1001110 10000

Color Harmonies of #480C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C09

Black with #480C09

Text Example


Text Example

White with #480C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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