Html Css Color HEX #500704 Seal Brown

📋 copy color: '#500704'

red 80 ◦ green 7 ◦ blue 4

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

Shades of Seal Brown #500704

Tints of Seal Brown #500704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.69%

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

R = 87.91%
G = 7.69%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#500704 (or 0x500704) is known color: Seal Brown. HEX triplet: 50, 07 and 04. RGB value is (80,7,4). Sum of RGB (Red+Green+Blue) = 80+7+4=91 (12% of max value = 765). Red value is 80 (31.64% from 255 or 87.91% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 80 - color contains mainly: red. Hex color #500704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500704 is #AFF8FB. Grayscale: #1C1C1C. Windows color (decimal): -11532540 or 264016. OLE color: 264016.

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

Color convert

RGB 80 7 4 -
CMYK 0 0.91 0.95 0.69
HSL 2.37º 0.9% 0.16% -
HSV(B) 2.37º 0.95% 0.31% -
XYZ 3.41 1.87 0.3 -
YUV 28.49 114.18 164.74 -
System Red Green Blue C M Y K H S L
Decimal 80 7 4 0 0.91 0.95 0.69 2.37 0.9 0.16
Hex 50 7 4 0 5B 5F 45 2 5A 10
Octal 120 7 4 0 133 137 105 2 132 20
Binary 1010000 111 100 0 1011011 1011111 1000101 10 1011010 10000

Color Harmonies of #500704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500704

Black with #500704

Text Example


Text Example

White with #500704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500704; }

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

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

background-color css

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

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

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

border-color css

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

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

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