Html Css Color HEX #500605 Seal Brown

📋 copy color: '#500605'

red 80 ◦ green 6 ◦ blue 5

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

Shades of Seal Brown #500605

Tints of Seal Brown #500605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.59%

 BLUE value IS 5 (2.34% from 255) = 5.49%

R = 87.91%
G = 6.59%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#500605 (or 0x500605) is known color: Seal Brown. HEX triplet: 50, 06 and 05. RGB value is (80,6,5). Sum of RGB (Red+Green+Blue) = 80+6+5=91 (12% of max value = 765). Red value is 80 (31.64% from 255 or 87.91% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 5 (2.34% from 255 or 5.49% from 91); Max value from RGB is 80 - color contains mainly: red. Hex color #500605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500605 is #AFF9FA. Grayscale: #1C1C1C. Windows color (decimal): -11532795 or 329296. OLE color: 329296.

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

Color convert

RGB 80 6 5 -
CMYK 0 0.92 0.94 0.69
HSL 0.8º 0.88% 0.17% -
HSV(B) 0.8º 0.94% 0.31% -
XYZ 3.4 1.85 0.32 -
YUV 28.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 80 6 5 0 0.92 0.94 0.69 0.8 0.88 0.17
Hex 50 6 5 0 5C 5E 45 1 58 11
Octal 120 6 5 0 134 136 105 1 130 21
Binary 1010000 110 101 0 1011100 1011110 1000101 1 1011000 10001

Color Harmonies of #500605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500605

Black with #500605

Text Example


Text Example

White with #500605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500605; }

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

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

background-color css

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

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

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

border-color css

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

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

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