Html Css Color HEX #480E03 Seal Brown

📋 copy color: '#480E03'

red 72 ◦ green 14 ◦ blue 3

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

Shades of Seal Brown #480E03

Tints of Seal Brown #480E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.37%

R = 80.9%
G = 15.73%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#480E03 (or 0x480E03) is known color: Seal Brown. HEX triplet: 48, 0E and 03. RGB value is (72,14,3). Sum of RGB (Red+Green+Blue) = 72+14+3=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #480E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480E03 is #B7F1FC. Grayscale: #1E1E1E. Windows color (decimal): -12055037 or 200264. OLE color: 200264.

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

Color convert

RGB 72 14 3 -
CMYK 0 0.81 0.96 0.72
HSL 9.57º 0.92% 0.15% -
HSV(B) 9.57º 0.96% 0.28% -
XYZ 2.85 1.7 0.26 -
YUV 30.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 72 14 3 0 0.81 0.96 0.72 9.57 0.92 0.15
Hex 48 E 3 0 51 60 48 A 5C F
Octal 110 16 3 0 121 140 110 12 134 17
Binary 1001000 1110 11 0 1010001 1100000 1001000 1010 1011100 1111

Color Harmonies of #480E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480E03

Black with #480E03

Text Example


Text Example

White with #480E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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