Html Css Color HEX #480F0C Seal Brown

📋 copy color: '#480F0C'

red 72 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #480F0C

Tints of Seal Brown #480F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.12%

R = 72.73%
G = 15.15%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#480F0C (or 0x480F0C) is known color: Seal Brown. HEX triplet: 48, 0F and 0C. RGB value is (72,15,12). Sum of RGB (Red+Green+Blue) = 72+15+12=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #480F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480F0C is #B7F0F3. Grayscale: #1F1F1F. Windows color (decimal): -12054772 or 790344. OLE color: 790344.

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

Color convert

RGB 72 15 12 -
CMYK 0 0.79 0.83 0.72
HSL 0.71% 0.16% -
HSV(B) 0.83% 0.28% -
XYZ 2.91 1.75 0.53 -
YUV 31.7 116.88 156.74 -
System Red Green Blue C M Y K H S L
Decimal 72 15 12 0 0.79 0.83 0.72 3 0.71 0.16
Hex 48 F C 0 4F 53 48 3 47 10
Octal 110 17 14 0 117 123 110 3 107 20
Binary 1001000 1111 1100 0 1001111 1010011 1001000 11 1000111 10000

Color Harmonies of #480F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480F0C

Black with #480F0C

Text Example


Text Example

White with #480F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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