Html Css Color HEX #5D6126 Saratoga

📋 copy color: '#5D6126'

red 93 ◦ green 97 ◦ blue 38

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

Shades of Saratoga #5D6126

Tints of Saratoga #5D6126

RGB

 RED value IS 93 (36.72% from 255) = 40.79%

 GREEN value IS 97 (38.28% from 255) = 42.54%

 BLUE value IS 38 (15.23% from 255) = 16.67%

R = 40.79%
G = 42.54%
B = 16.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#5D6126 (or 0x5D6126) is known color: Saratoga. HEX triplet: 5D, 61 and 26. RGB value is (93,97,38). Sum of RGB (Red+Green+Blue) = 93+97+38=228 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.79% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6126 is #A29ED9. Grayscale: #595959. Windows color (decimal): -10657498 or 2515293. OLE color: 2515293.

HSL color Cylindrical-coordinate representation of color #5D6126: hue angle of 64.07º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D6126 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 97 38 -
CMYK 0.04 0 0.61 0.62
HSL 64.07º 0.44% 0.26% -
HSV(B) 64.07º 0.61% 0.38% -
XYZ 9.14 11.02 3.48 -
YUV 89.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 93 97 38 0.04 0 0.61 0.62 64.07 0.44 0.26
Hex 5D 61 26 4 0 3D 3E 40 2C 1A
Octal 135 141 46 4 0 75 76 100 54 32
Binary 1011101 1100001 100110 100 0 111101 111110 1000000 101100 11010

Color Harmonies of #5D6126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6126

Black with #5D6126

Text Example


Text Example

White with #5D6126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D6126; }

 p { color: rgb(93,97,38); }

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

background-color css

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

 a { background-color: rgb(93,97,38); }

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

border-color css

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

 span { border-color: rgb(93,97,38); }

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