Html Css Color HEX #5E6435 Saratoga

📋 copy color: '#5E6435'

red 94 ◦ green 100 ◦ blue 53

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

Shades of Saratoga #5E6435

Tints of Saratoga #5E6435

RGB

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

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

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

R = 38.06%
G = 40.49%
B = 21.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#5E6435 (or 0x5E6435) is known color: Saratoga. HEX triplet: 5E, 64 and 35. RGB value is (94,100,53). Sum of RGB (Red+Green+Blue) = 94+100+53=247 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.06% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6435 is #A19BCA. Grayscale: #5D5D5D. Windows color (decimal): -10591179 or 3499102. OLE color: 3499102.

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

Color convert

RGB 94 100 53 -
CMYK 0.06 0 0.47 0.61
HSL 67.66º 0.31% 0.3% -
HSV(B) 67.66º 0.47% 0.39% -
XYZ 9.82 11.75 5.12 -
YUV 92.85 105.51 128.82 -
System Red Green Blue C M Y K H S L
Decimal 94 100 53 0.06 0 0.47 0.61 67.66 0.31 0.3
Hex 5E 64 35 6 0 2F 3D 44 1F 1E
Octal 136 144 65 6 0 57 75 104 37 36
Binary 1011110 1100100 110101 110 0 101111 111101 1000100 11111 11110

Color Harmonies of #5E6435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6435

Black with #5E6435

Text Example


Text Example

White with #5E6435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,100,53); }

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

background-color css

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

 a { background-color: rgb(94,100,53); }

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

border-color css

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

 span { border-color: rgb(94,100,53); }

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