Html Css Color HEX #480503 Seal Brown

📋 copy color: '#480503'

red 72 ◦ green 5 ◦ blue 3

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

Shades of Seal Brown #480503

Tints of Seal Brown #480503

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.25%

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

R = 90%
G = 6.25%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#480503 (or 0x480503) is known color: Seal Brown. HEX triplet: 48, 05 and 03. RGB value is (72,5,3). Sum of RGB (Red+Green+Blue) = 72+5+3=80 (10% of max value = 765). Red value is 72 (28.52% from 255 or 90% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 72 - color contains mainly: red. Hex color #480503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480503 is #B7FAFC. Grayscale: #181818. Windows color (decimal): -12057341 or 197960. OLE color: 197960.

HSL color Cylindrical-coordinate representation of color #480503: hue angle of 1.74º 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 #480503 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 5 3 -
CMYK 0 0.93 0.96 0.72
HSL 1.74º 0.92% 0.15% -
HSV(B) 1.74º 0.96% 0.28% -
XYZ 2.74 1.49 0.23 -
YUV 24.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 72 5 3 0 0.93 0.96 0.72 1.74 0.92 0.15
Hex 48 5 3 0 5D 60 48 2 5C F
Octal 110 5 3 0 135 140 110 2 134 17
Binary 1001000 101 11 0 1011101 1100000 1001000 10 1011100 1111

Color Harmonies of #480503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480503

Black with #480503

Text Example


Text Example

White with #480503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480503; }

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

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

background-color css

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

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

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

border-color css

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

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

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