Html Css Color HEX #5E652C Saratoga

📋 copy color: '#5E652C'

red 94 ◦ green 101 ◦ blue 44

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

Shades of Saratoga #5E652C

Tints of Saratoga #5E652C

RGB

 RED value IS 94 (37.11% from 255) = 39.33%

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

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

R = 39.33%
G = 42.26%
B = 18.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.60

RGB Variations

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

Color information

#5E652C (or 0x5E652C) is known color: Saratoga. HEX triplet: 5E, 65 and 2C. RGB value is (94,101,44). Sum of RGB (Red+Green+Blue) = 94+101+44=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #5E652C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E652C is #A19AD3. Grayscale: #5C5C5C. Windows color (decimal): -10590932 or 2909534. OLE color: 2909534.

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

Color convert

RGB 94 101 44 -
CMYK 0.07 0 0.56 0.60
HSL 67.37º 0.39% 0.28% -
HSV(B) 67.37º 0.56% 0.4% -
XYZ 9.72 11.87 4.16 -
YUV 92.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 94 101 44 0.07 0 0.56 0.60 67.37 0.39 0.28
Hex 5E 65 2C 7 0 38 3C 43 27 1C
Octal 136 145 54 7 0 70 74 103 47 34
Binary 1011110 1100101 101100 111 0 111000 111100 1000011 100111 11100

Color Harmonies of #5E652C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E652C

Black with #5E652C

Text Example


Text Example

White with #5E652C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,101,44); }

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

background-color css

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

 a { background-color: rgb(94,101,44); }

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

border-color css

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

 span { border-color: rgb(94,101,44); }

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