Html Css Color HEX #5C622F Saratoga

📋 copy color: '#5C622F'

red 92 ◦ green 98 ◦ blue 47

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

Shades of Saratoga #5C622F

Tints of Saratoga #5C622F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.35%

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

R = 38.82%
G = 41.35%
B = 19.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#5C622F (or 0x5C622F) is known color: Saratoga. HEX triplet: 5C, 62 and 2F. RGB value is (92,98,47). Sum of RGB (Red+Green+Blue) = 92+98+47=237 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.82% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #5C622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C622F is #A39DD0. Grayscale: #5A5A5A. Windows color (decimal): -10722769 or 3105372. OLE color: 3105372.

HSL color Cylindrical-coordinate representation of color #5C622F: hue angle of 67.06º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C622F is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 92 98 47 -
CMYK 0.06 0 0.52 0.62
HSL 67.06º 0.35% 0.28% -
HSV(B) 67.06º 0.52% 0.38% -
XYZ 9.29 11.22 4.36 -
YUV 90.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 92 98 47 0.06 0 0.52 0.62 67.06 0.35 0.28
Hex 5C 62 2F 6 0 34 3E 43 23 1C
Octal 134 142 57 6 0 64 76 103 43 34
Binary 1011100 1100010 101111 110 0 110100 111110 1000011 100011 11100

Color Harmonies of #5C622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C622F

Black with #5C622F

Text Example


Text Example

White with #5C622F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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