Html Css Color HEX #5C6335 Saratoga

📋 copy color: '#5C6335'

red 92 ◦ green 99 ◦ blue 53

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

Shades of Saratoga #5C6335

Tints of Saratoga #5C6335

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.57%

 BLUE value IS 53 (21.09% from 255) = 21.72%

R = 37.7%
G = 40.57%
B = 21.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#5C6335 (or 0x5C6335) is known color: Saratoga. HEX triplet: 5C, 63 and 35. RGB value is (92,99,53). Sum of RGB (Red+Green+Blue) = 92+99+53=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6335 is #A39CCA. Grayscale: #5B5B5B. Windows color (decimal): -10722507 or 3498844. OLE color: 3498844.

HSL color Cylindrical-coordinate representation of color #5C6335: hue angle of 69.13º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C6335 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB 92 99 53 -
CMYK 0.07 0 0.46 0.61
HSL 69.13º 0.3% 0.3% -
HSV(B) 69.13º 0.46% 0.39% -
XYZ 9.52 11.46 5.08 -
YUV 91.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 92 99 53 0.07 0 0.46 0.61 69.13 0.3 0.3
Hex 5C 63 35 7 0 2E 3D 45 1E 1E
Octal 134 143 65 7 0 56 75 105 36 36
Binary 1011100 1100011 110101 111 0 101110 111101 1000101 11110 11110

Color Harmonies of #5C6335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6335

Black with #5C6335

Text Example


Text Example

White with #5C6335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,99,53); }

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

background-color css

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

 a { background-color: rgb(92,99,53); }

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

border-color css

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

 span { border-color: rgb(92,99,53); }

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