Html Css Color HEX #500606 Seal Brown

📋 copy color: '#500606'

red 80 ◦ green 6 ◦ blue 6

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

Shades of Seal Brown #500606

Tints of Seal Brown #500606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.52%

R = 86.96%
G = 6.52%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#500606 (or 0x500606) is known color: Seal Brown. HEX triplet: 50, 06 and 06. RGB value is (80,6,6). Sum of RGB (Red+Green+Blue) = 80+6+6=92 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.96% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 80 - color contains mainly: red. Hex color #500606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500606 is #AFF9F9. Grayscale: #1C1C1C. Windows color (decimal): -11532794 or 394832. OLE color: 394832.

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

Color convert

RGB 80 6 6 -
CMYK 0 0.92 0.92 0.69
HSL 0.86% 0.17% -
HSV(B) 0.93% 0.31% -
XYZ 3.41 1.85 0.35 -
YUV 28.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 80 6 6 0 0.92 0.92 0.69 0 0.86 0.17
Hex 50 6 6 0 5C 5C 45 0 56 11
Octal 120 6 6 0 134 134 105 0 126 21
Binary 1010000 110 110 0 1011100 1011100 1000101 0 1010110 10001

Color Harmonies of #500606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500606

Black with #500606

Text Example


Text Example

White with #500606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500606; }

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

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

background-color css

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

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

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

border-color css

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

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

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