Html Css Color HEX #500904 Seal Brown

📋 copy color: '#500904'

red 80 ◦ green 9 ◦ blue 4

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

Shades of Seal Brown #500904

Tints of Seal Brown #500904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.3%

R = 86.02%
G = 9.68%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#500904 (or 0x500904) is known color: Seal Brown. HEX triplet: 50, 09 and 04. RGB value is (80,9,4). Sum of RGB (Red+Green+Blue) = 80+9+4=93 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.02% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 4 (1.95% from 255 or 4.30% from 93); Max value from RGB is 80 - color contains mainly: red. Hex color #500904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500904 is #AFF6FB. Grayscale: #1D1D1D. Windows color (decimal): -11532028 or 264528. OLE color: 264528.

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

Color convert

RGB 80 9 4 -
CMYK 0 0.89 0.95 0.69
HSL 3.95º 0.9% 0.16% -
HSV(B) 3.95º 0.95% 0.31% -
XYZ 3.43 1.91 0.3 -
YUV 29.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 80 9 4 0 0.89 0.95 0.69 3.95 0.9 0.16
Hex 50 9 4 0 59 5F 45 4 5A 10
Octal 120 11 4 0 131 137 105 4 132 20
Binary 1010000 1001 100 0 1011001 1011111 1000101 100 1011010 10000

Color Harmonies of #500904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500904

Black with #500904

Text Example


Text Example

White with #500904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500904; }

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

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

background-color css

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

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

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

border-color css

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

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

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