Html Css Color HEX #535D34 Saratoga

📋 copy color: '#535D34'

red 83 ◦ green 93 ◦ blue 52

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

Shades of Saratoga #535D34

Tints of Saratoga #535D34

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.79%

 BLUE value IS 52 (20.7% from 255) = 22.81%

R = 36.4%
G = 40.79%
B = 22.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#535D34 (or 0x535D34) is known color: Saratoga. HEX triplet: 53, 5D and 34. RGB value is (83,93,52). Sum of RGB (Red+Green+Blue) = 83+93+52=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #535D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535D34 is #ACA2CB. Grayscale: #555555. Windows color (decimal): -11313868 or 3431763. OLE color: 3431763.

HSL color Cylindrical-coordinate representation of color #535D34: hue angle of 74.63º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #535D34 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 93 52 -
CMYK 0.11 0 0.44 0.64
HSL 74.63º 0.28% 0.28% -
HSV(B) 74.63º 0.44% 0.36% -
XYZ 8.1 9.92 4.74 -
YUV 85.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 83 93 52 0.11 0 0.44 0.64 74.63 0.28 0.28
Hex 53 5D 34 B 0 2C 40 4B 1C 1C
Octal 123 135 64 13 0 54 100 113 34 34
Binary 1010011 1011101 110100 1011 0 101100 1000000 1001011 11100 11100

Color Harmonies of #535D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D34

Black with #535D34

Text Example


Text Example

White with #535D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,93,52); }

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

background-color css

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

 a { background-color: rgb(83,93,52); }

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

border-color css

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

 span { border-color: rgb(83,93,52); }

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