Html Css Color HEX #500803 Seal Brown

📋 copy color: '#500803'

red 80 ◦ green 8 ◦ blue 3

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

Shades of Seal Brown #500803

Tints of Seal Brown #500803

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.79%

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

R = 87.91%
G = 8.79%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.69

RGB Variations

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

Color information

#500803 (or 0x500803) is known color: Seal Brown. HEX triplet: 50, 08 and 03. RGB value is (80,8,3). Sum of RGB (Red+Green+Blue) = 80+8+3=91 (12% of max value = 765). Red value is 80 (31.64% from 255 or 87.91% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 80 - color contains mainly: red. Hex color #500803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500803 is #AFF7FC. Grayscale: #1D1D1D. Windows color (decimal): -11532285 or 198736. OLE color: 198736.

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

Color convert

RGB 80 8 3 -
CMYK 0 0.90 0.96 0.69
HSL 3.9º 0.93% 0.16% -
HSV(B) 3.9º 0.96% 0.31% -
XYZ 3.41 1.89 0.27 -
YUV 28.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 80 8 3 0 0.90 0.96 0.69 3.9 0.93 0.16
Hex 50 8 3 0 5A 60 45 4 5D 10
Octal 120 10 3 0 132 140 105 4 135 20
Binary 1010000 1000 11 0 1011010 1100000 1000101 100 1011101 10000

Color Harmonies of #500803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500803

Black with #500803

Text Example


Text Example

White with #500803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500803; }

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

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

background-color css

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

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

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

border-color css

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

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

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