Html Css Color HEX #5D652A Saratoga

📋 copy color: '#5D652A'

red 93 ◦ green 101 ◦ blue 42

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

Shades of Saratoga #5D652A

Tints of Saratoga #5D652A

RGB

 RED value IS 93 (36.72% from 255) = 39.41%

 GREEN value IS 101 (39.84% from 255) = 42.8%

 BLUE value IS 42 (16.8% from 255) = 17.8%

R = 39.41%
G = 42.8%
B = 17.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.60

RGB Variations

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

Color information

#5D652A (or 0x5D652A) is known color: Saratoga. HEX triplet: 5D, 65 and 2A. RGB value is (93,101,42). Sum of RGB (Red+Green+Blue) = 93+101+42=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #5D652A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D652A is #A29AD5. Grayscale: #5C5C5C. Windows color (decimal): -10656470 or 2778461. OLE color: 2778461.

HSL color Cylindrical-coordinate representation of color #5D652A: hue angle of 68.14º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D652A is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB 93 101 42 -
CMYK 0.08 0 0.58 0.60
HSL 68.14º 0.41% 0.28% -
HSV(B) 68.14º 0.58% 0.4% -
XYZ 9.59 11.8 3.96 -
YUV 91.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 93 101 42 0.08 0 0.58 0.60 68.14 0.41 0.28
Hex 5D 65 2A 8 0 3A 3C 44 29 1C
Octal 135 145 52 10 0 72 74 104 51 34
Binary 1011101 1100101 101010 1000 0 111010 111100 1000100 101001 11100

Color Harmonies of #5D652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D652A

Black with #5D652A

Text Example


Text Example

White with #5D652A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,101,42); }

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

background-color css

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

 a { background-color: rgb(93,101,42); }

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

border-color css

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

 span { border-color: rgb(93,101,42); }

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