Html Css Color HEX #5C642E Saratoga

📋 copy color: '#5C642E'

red 92 ◦ green 100 ◦ blue 46

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

Shades of Saratoga #5C642E

Tints of Saratoga #5C642E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.02%

 BLUE value IS 46 (18.36% from 255) = 19.33%

R = 38.66%
G = 42.02%
B = 19.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#5C642E (or 0x5C642E) is known color: Saratoga. HEX triplet: 5C, 64 and 2E. RGB value is (92,100,46). Sum of RGB (Red+Green+Blue) = 92+100+46=238 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.66% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #5C642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C642E is #A39BD1. Grayscale: #5B5B5B. Windows color (decimal): -10722258 or 3040348. OLE color: 3040348.

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

Color convert

RGB 92 100 46 -
CMYK 0.08 0 0.54 0.61
HSL 68.89º 0.37% 0.29% -
HSV(B) 68.89º 0.54% 0.39% -
XYZ 9.46 11.59 4.32 -
YUV 91.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 92 100 46 0.08 0 0.54 0.61 68.89 0.37 0.29
Hex 5C 64 2E 8 0 36 3D 45 25 1D
Octal 134 144 56 10 0 66 75 105 45 35
Binary 1011100 1100100 101110 1000 0 110110 111101 1000101 100101 11101

Color Harmonies of #5C642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C642E

Black with #5C642E

Text Example


Text Example

White with #5C642E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,100,46); }

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

background-color css

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

 a { background-color: rgb(92,100,46); }

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

border-color css

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

 span { border-color: rgb(92,100,46); }

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