Html Css Color HEX #500905 Seal Brown

📋 copy color: '#500905'

red 80 ◦ green 9 ◦ blue 5

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

Shades of Seal Brown #500905

Tints of Seal Brown #500905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.57%

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

R = 85.11%
G = 9.57%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#500905 (or 0x500905) is known color: Seal Brown. HEX triplet: 50, 09 and 05. RGB value is (80,9,5). Sum of RGB (Red+Green+Blue) = 80+9+5=94 (12% of max value = 765). Red value is 80 (31.64% from 255 or 85.11% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 80 - color contains mainly: red. Hex color #500905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500905 is #AFF6FA. Grayscale: #1D1D1D. Windows color (decimal): -11532027 or 330064. OLE color: 330064.

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

Color convert

RGB 80 9 5 -
CMYK 0 0.89 0.94 0.69
HSL 3.2º 0.88% 0.17% -
HSV(B) 3.2º 0.94% 0.31% -
XYZ 3.43 1.91 0.33 -
YUV 29.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 80 9 5 0 0.89 0.94 0.69 3.2 0.88 0.17
Hex 50 9 5 0 59 5E 45 3 58 11
Octal 120 11 5 0 131 136 105 3 130 21
Binary 1010000 1001 101 0 1011001 1011110 1000101 11 1011000 10001

Color Harmonies of #500905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500905

Black with #500905

Text Example


Text Example

White with #500905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500905; }

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

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

background-color css

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

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

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

border-color css

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

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

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