Html Css Color HEX #535723 Saratoga

📋 copy color: '#535723'

red 83 ◦ green 87 ◦ blue 35

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

Shades of Saratoga #535723

Tints of Saratoga #535723

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.44%

 BLUE value IS 35 (14.06% from 255) = 17.07%

R = 40.49%
G = 42.44%
B = 17.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.66

RGB Variations

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

Color information

#535723 (or 0x535723) is known color: Saratoga. HEX triplet: 53, 57 and 23. RGB value is (83,87,35). Sum of RGB (Red+Green+Blue) = 83+87+35=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #535723 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535723 is #ACA8DC. Grayscale: #505050. Windows color (decimal): -11315421 or 2316115. OLE color: 2316115.

HSL color Cylindrical-coordinate representation of color #535723: hue angle of 64.62º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #535723 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 87 35 -
CMYK 0.05 0 0.60 0.66
HSL 64.62º 0.43% 0.24% -
HSV(B) 64.62º 0.6% 0.34% -
XYZ 7.28 8.78 2.9 -
YUV 79.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 83 87 35 0.05 0 0.60 0.66 64.62 0.43 0.24
Hex 53 57 23 5 0 3C 42 41 2B 18
Octal 123 127 43 5 0 74 102 101 53 30
Binary 1010011 1010111 100011 101 0 111100 1000010 1000001 101011 11000

Color Harmonies of #535723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535723

Black with #535723

Text Example


Text Example

White with #535723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535723; }

 p { color: rgb(83,87,35); }

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

background-color css

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

 a { background-color: rgb(83,87,35); }

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

border-color css

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

 span { border-color: rgb(83,87,35); }

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