Html Css Color HEX #5E652B Saratoga

📋 copy color: '#5E652B'

red 94 ◦ green 101 ◦ blue 43

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

Shades of Saratoga #5E652B

Tints of Saratoga #5E652B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.07%

R = 39.5%
G = 42.44%
B = 18.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.60

RGB Variations

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

Color information

#5E652B (or 0x5E652B) is known color: Saratoga. HEX triplet: 5E, 65 and 2B. RGB value is (94,101,43). Sum of RGB (Red+Green+Blue) = 94+101+43=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #5E652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E652B is #A19AD4. Grayscale: #5C5C5C. Windows color (decimal): -10590933 or 2843998. OLE color: 2843998.

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

Color convert

RGB 94 101 43 -
CMYK 0.07 0 0.57 0.60
HSL 67.24º 0.4% 0.28% -
HSV(B) 67.24º 0.57% 0.4% -
XYZ 9.71 11.86 4.06 -
YUV 92.3 100.18 129.22 -
System Red Green Blue C M Y K H S L
Decimal 94 101 43 0.07 0 0.57 0.60 67.24 0.4 0.28
Hex 5E 65 2B 7 0 39 3C 43 28 1C
Octal 136 145 53 7 0 71 74 103 50 34
Binary 1011110 1100101 101011 111 0 111001 111100 1000011 101000 11100

Color Harmonies of #5E652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E652B

Black with #5E652B

Text Example


Text Example

White with #5E652B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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