Html Css Color HEX #5A642C Saratoga

📋 copy color: '#5A642C'

red 90 ◦ green 100 ◦ blue 44

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

Shades of Saratoga #5A642C

Tints of Saratoga #5A642C

RGB

 RED value IS 90 (35.55% from 255) = 38.46%

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

 BLUE value IS 44 (17.58% from 255) = 18.8%

R = 38.46%
G = 42.74%
B = 18.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#5A642C (or 0x5A642C) is known color: Saratoga. HEX triplet: 5A, 64 and 2C. RGB value is (90,100,44). Sum of RGB (Red+Green+Blue) = 90+100+44=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #5A642C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A642C is #A59BD3. Grayscale: #5A5A5A. Windows color (decimal): -10853332 or 2909274. OLE color: 2909274.

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

Color convert

RGB 90 100 44 -
CMYK 0.10 0 0.56 0.61
HSL 70.71º 0.39% 0.28% -
HSV(B) 70.71º 0.56% 0.39% -
XYZ 9.23 11.47 4.11 -
YUV 90.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 90 100 44 0.10 0 0.56 0.61 70.71 0.39 0.28
Hex 5A 64 2C A 0 38 3D 47 27 1C
Octal 132 144 54 12 0 70 75 107 47 34
Binary 1011010 1100100 101100 1010 0 111000 111101 1000111 100111 11100

Color Harmonies of #5A642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A642C

Black with #5A642C

Text Example


Text Example

White with #5A642C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,100,44); }

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

background-color css

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

 a { background-color: rgb(90,100,44); }

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

border-color css

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

 span { border-color: rgb(90,100,44); }

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