Html Css Color HEX #480E0B Seal Brown

📋 copy color: '#480E0B'

red 72 ◦ green 14 ◦ blue 11

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

Shades of Seal Brown #480E0B

Tints of Seal Brown #480E0B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 14.43%

 BLUE value IS 11 (4.69% from 255) = 11.34%

R = 74.23%
G = 14.43%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#480E0B (or 0x480E0B) is known color: Seal Brown. HEX triplet: 48, 0E and 0B. RGB value is (72,14,11). Sum of RGB (Red+Green+Blue) = 72+14+11=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #480E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480E0B is #B7F1F4. Grayscale: #1F1F1F. Windows color (decimal): -12055029 or 724552. OLE color: 724552.

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

Color convert

RGB 72 14 11 -
CMYK 0 0.81 0.85 0.72
HSL 2.95º 0.73% 0.16% -
HSV(B) 2.95º 0.85% 0.28% -
XYZ 2.89 1.72 0.5 -
YUV 31 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 72 14 11 0 0.81 0.85 0.72 2.95 0.73 0.16
Hex 48 E B 0 51 55 48 3 49 10
Octal 110 16 13 0 121 125 110 3 111 20
Binary 1001000 1110 1011 0 1010001 1010101 1001000 11 1001001 10000

Color Harmonies of #480E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480E0B

Black with #480E0B

Text Example


Text Example

White with #480E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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