Html Css Color HEX #535E35 Saratoga

📋 copy color: '#535E35'

red 83 ◦ green 94 ◦ blue 53

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

Shades of Saratoga #535E35

Tints of Saratoga #535E35

RGB

 RED value IS 83 (32.81% from 255) = 36.09%

 GREEN value IS 94 (37.11% from 255) = 40.87%

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

R = 36.09%
G = 40.87%
B = 23.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.63

RGB Variations

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

Color information

#535E35 (or 0x535E35) is known color: Saratoga. HEX triplet: 53, 5E and 35. RGB value is (83,94,53). Sum of RGB (Red+Green+Blue) = 83+94+53=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 94 - color contains mainly: green. Hex color #535E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535E35 is #ACA1CA. Grayscale: #565656. Windows color (decimal): -11313611 or 3497555. OLE color: 3497555.

HSL color Cylindrical-coordinate representation of color #535E35: hue angle of 76.1º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #535E35 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 94 53 -
CMYK 0.12 0 0.44 0.63
HSL 76.1º 0.28% 0.29% -
HSV(B) 76.1º 0.44% 0.37% -
XYZ 8.21 10.1 4.89 -
YUV 86.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 83 94 53 0.12 0 0.44 0.63 76.1 0.28 0.29
Hex 53 5E 35 C 0 2C 3F 4C 1C 1D
Octal 123 136 65 14 0 54 77 114 34 35
Binary 1010011 1011110 110101 1100 0 101100 111111 1001100 11100 11101

Color Harmonies of #535E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E35

Black with #535E35

Text Example


Text Example

White with #535E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535E35; }

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

 H1.HeaderClassName
 {
   color: #535E35;
 }
 .AnyTagClassName
 {
   color: #535E35;
 }
</style>

background-color css

<style>
 a { background-color: #535E35; }

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

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

border-color css

<style>
 span { border-color: #535E35; }

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

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