Html Css Color HEX #500807 Seal Brown

📋 copy color: '#500807'

red 80 ◦ green 8 ◦ blue 7

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

Shades of Seal Brown #500807

Tints of Seal Brown #500807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.37%

R = 84.21%
G = 8.42%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#500807 (or 0x500807) is known color: Seal Brown. HEX triplet: 50, 08 and 07. RGB value is (80,8,7). Sum of RGB (Red+Green+Blue) = 80+8+7=95 (12% of max value = 765). Red value is 80 (31.64% from 255 or 84.21% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 80 - color contains mainly: red. Hex color #500807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500807 is #AFF7F8. Grayscale: #1D1D1D. Windows color (decimal): -11532281 or 460880. OLE color: 460880.

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

Color convert

RGB 80 8 7 -
CMYK 0 0.90 0.91 0.69
HSL 0.82º 0.84% 0.17% -
HSV(B) 0.82º 0.91% 0.31% -
XYZ 3.43 1.89 0.39 -
YUV 29.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 80 8 7 0 0.90 0.91 0.69 0.82 0.84 0.17
Hex 50 8 7 0 5A 5B 45 1 54 11
Octal 120 10 7 0 132 133 105 1 124 21
Binary 1010000 1000 111 0 1011010 1011011 1000101 1 1010100 10001

Color Harmonies of #500807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500807

Black with #500807

Text Example


Text Example

White with #500807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500807; }

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

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

background-color css

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

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

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

border-color css

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

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

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