Html Css Color HEX #480E0D Seal Brown

📋 copy color: '#480E0D'

red 72 ◦ green 14 ◦ blue 13

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

Shades of Seal Brown #480E0D

Tints of Seal Brown #480E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.13%

R = 72.73%
G = 14.14%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#480E0D (or 0x480E0D) is known color: Seal Brown. HEX triplet: 48, 0E and 0D. RGB value is (72,14,13). Sum of RGB (Red+Green+Blue) = 72+14+13=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #480E0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480E0D is #B7F1F2. Grayscale: #1F1F1F. Windows color (decimal): -12055027 or 855624. OLE color: 855624.

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

Color convert

RGB 72 14 13 -
CMYK 0 0.81 0.82 0.72
HSL 1.02º 0.69% 0.17% -
HSV(B) 1.02º 0.82% 0.28% -
XYZ 2.9 1.72 0.56 -
YUV 31.23 117.72 157.08 -
System Red Green Blue C M Y K H S L
Decimal 72 14 13 0 0.81 0.82 0.72 1.02 0.69 0.17
Hex 48 E D 0 51 52 48 1 45 11
Octal 110 16 15 0 121 122 110 1 105 21
Binary 1001000 1110 1101 0 1010001 1010010 1001000 1 1000101 10001

Color Harmonies of #480E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480E0D

Black with #480E0D

Text Example


Text Example

White with #480E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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