Html Css Color HEX #480B0A Seal Brown

📋 copy color: '#480B0A'

red 72 ◦ green 11 ◦ blue 10

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

Shades of Seal Brown #480B0A

Tints of Seal Brown #480B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.83%

 BLUE value IS 10 (4.3% from 255) = 10.75%

R = 77.42%
G = 11.83%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#480B0A (or 0x480B0A) is known color: Seal Brown. HEX triplet: 48, 0B and 0A. RGB value is (72,11,10). Sum of RGB (Red+Green+Blue) = 72+11+10=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #480B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480B0A is #B7F4F5. Grayscale: #1D1D1D. Windows color (decimal): -12055798 or 658248. OLE color: 658248.

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

Color convert

RGB 72 11 10 -
CMYK 0 0.85 0.86 0.72
HSL 0.97º 0.76% 0.16% -
HSV(B) 0.97º 0.86% 0.28% -
XYZ 2.85 1.64 0.45 -
YUV 29.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 72 11 10 0 0.85 0.86 0.72 0.97 0.76 0.16
Hex 48 B A 0 55 56 48 1 4C 10
Octal 110 13 12 0 125 126 110 1 114 20
Binary 1001000 1011 1010 0 1010101 1010110 1001000 1 1001100 10000

Color Harmonies of #480B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480B0A

Black with #480B0A

Text Example


Text Example

White with #480B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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