Html Css Color HEX #480E0A Seal Brown

📋 copy color: '#480E0A'

red 72 ◦ green 14 ◦ blue 10

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

Shades of Seal Brown #480E0A

Tints of Seal Brown #480E0A

RGB

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

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

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

R = 75%
G = 14.58%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#480E0A (or 0x480E0A) is known color: Seal Brown. HEX triplet: 48, 0E and 0A. RGB value is (72,14,10). Sum of RGB (Red+Green+Blue) = 72+14+10=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #480E0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480E0A is #B7F1F5. Grayscale: #1E1E1E. Windows color (decimal): -12055030 or 659016. OLE color: 659016.

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

Color convert

RGB 72 14 10 -
CMYK 0 0.81 0.86 0.72
HSL 3.87º 0.76% 0.16% -
HSV(B) 3.87º 0.86% 0.28% -
XYZ 2.88 1.71 0.47 -
YUV 30.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 72 14 10 0 0.81 0.86 0.72 3.87 0.76 0.16
Hex 48 E A 0 51 56 48 4 4C 10
Octal 110 16 12 0 121 126 110 4 114 20
Binary 1001000 1110 1010 0 1010001 1010110 1001000 100 1001100 10000

Color Harmonies of #480E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480E0A

Black with #480E0A

Text Example


Text Example

White with #480E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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