Html Css Color HEX #500A00 Seal Brown

📋 copy color: '#500A00'

red 80 ◦ green 10 ◦ blue 0

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

Shades of Seal Brown #500A00

Tints of Seal Brown #500A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.89%
G = 11.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.69

RGB Variations

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

Color information

#500A00 (or 0x500A00) is known color: Seal Brown. HEX triplet: 50, 0A and 00. RGB value is (80,10,0). Sum of RGB (Red+Green+Blue) = 80+10+0=90 (11% of max value = 765). Red value is 80 (31.64% from 255 or 88.89% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 80 - color contains mainly: red. Hex color #500A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500A00 is #AFF5FF. Grayscale: #1D1D1D. Windows color (decimal): -11531776 or 2640. OLE color: 2640.

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

Color convert

RGB 80 10 0 -
CMYK 0 0.87 1 0.69
HSL 7.5º 1% 0.16% -
HSV(B) 7.5º 1% 0.31% -
XYZ 3.42 1.92 0.19 -
YUV 29.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 80 10 0 0 0.87 1 0.69 7.5 1 0.16
Hex 50 A 0 0 57 64 45 8 64 10
Octal 120 12 0 0 127 144 105 10 144 20
Binary 1010000 1010 0 0 1010111 1100100 1000101 1000 1100100 10000

Color Harmonies of #500A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500A00

Black with #500A00

Text Example


Text Example

White with #500A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500A00; }

 p { color: rgb(80,10,0); }

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

background-color css

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

 a { background-color: rgb(80,10,0); }

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

border-color css

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

 span { border-color: rgb(80,10,0); }

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