Html Css Color HEX #5C662F Saratoga

📋 copy color: '#5C662F'

red 92 ◦ green 102 ◦ blue 47

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

Shades of Saratoga #5C662F

Tints of Saratoga #5C662F

RGB

 RED value IS 92 (36.33% from 255) = 38.17%

 GREEN value IS 102 (40.23% from 255) = 42.32%

 BLUE value IS 47 (18.75% from 255) = 19.5%

R = 38.17%
G = 42.32%
B = 19.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#5C662F (or 0x5C662F) is known color: Saratoga. HEX triplet: 5C, 66 and 2F. RGB value is (92,102,47). Sum of RGB (Red+Green+Blue) = 92+102+47=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #5C662F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C662F is #A399D0. Grayscale: #5C5C5C. Windows color (decimal): -10721745 or 3106396. OLE color: 3106396.

HSL color Cylindrical-coordinate representation of color #5C662F: hue angle of 70.91º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C662F is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB 92 102 47 -
CMYK 0.10 0 0.54 0.6
HSL 70.91º 0.37% 0.29% -
HSV(B) 70.91º 0.54% 0.4% -
XYZ 9.68 11.98 4.49 -
YUV 92.74 102.19 127.47 -
System Red Green Blue C M Y K H S L
Decimal 92 102 47 0.10 0 0.54 0.6 70.91 0.37 0.29
Hex 5C 66 2F A 0 36 3C 47 25 1D
Octal 134 146 57 12 0 66 74 107 45 35
Binary 1011100 1100110 101111 1010 0 110110 111100 1000111 100101 11101

Color Harmonies of #5C662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C662F

Black with #5C662F

Text Example


Text Example

White with #5C662F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,102,47); }

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

background-color css

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

 a { background-color: rgb(92,102,47); }

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

border-color css

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

 span { border-color: rgb(92,102,47); }

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