Html Css Color HEX #500503 Seal Brown

📋 copy color: '#500503'

red 80 ◦ green 5 ◦ blue 3

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

Shades of Seal Brown #500503

Tints of Seal Brown #500503

RGB

 RED value IS 80 (31.64% from 255) = 90.91%

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

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

R = 90.91%
G = 5.68%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#500503 (or 0x500503) is known color: Seal Brown. HEX triplet: 50, 05 and 03. RGB value is (80,5,3). Sum of RGB (Red+Green+Blue) = 80+5+3=88 (11% of max value = 765). Red value is 80 (31.64% from 255 or 90.91% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 3 (1.56% from 255 or 3.41% from 88); Max value from RGB is 80 - color contains mainly: red. Hex color #500503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500503 is #AFFAFC. Grayscale: #1B1B1B. Windows color (decimal): -11533053 or 197968. OLE color: 197968.

HSL color Cylindrical-coordinate representation of color #500503: hue angle of 1.56º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500503 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 5 3 -
CMYK 0 0.94 0.96 0.69
HSL 1.56º 0.93% 0.16% -
HSV(B) 1.56º 0.96% 0.31% -
XYZ 3.38 1.82 0.26 -
YUV 27.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 80 5 3 0 0.94 0.96 0.69 1.56 0.93 0.16
Hex 50 5 3 0 5E 60 45 2 5D 10
Octal 120 5 3 0 136 140 105 2 135 20
Binary 1010000 101 11 0 1011110 1100000 1000101 10 1011101 10000

Color Harmonies of #500503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500503

Black with #500503

Text Example


Text Example

White with #500503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500503; }

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

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

background-color css

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

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

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

border-color css

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

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

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