Html Css Color HEX #535D23 Saratoga

📋 copy color: '#535D23'

red 83 ◦ green 93 ◦ blue 35

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

Shades of Saratoga #535D23

Tints of Saratoga #535D23

RGB

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

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

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

R = 39.34%
G = 44.08%
B = 16.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.64

RGB Variations

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

Color information

#535D23 (or 0x535D23) is known color: Saratoga. HEX triplet: 53, 5D and 23. RGB value is (83,93,35). Sum of RGB (Red+Green+Blue) = 83+93+35=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 35 (14.06% from 255 or 16.59% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #535D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535D23 is #ACA2DC. Grayscale: #535353. Windows color (decimal): -11313885 or 2317651. OLE color: 2317651.

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

Color convert

RGB 83 93 35 -
CMYK 0.11 0 0.62 0.64
HSL 70.34º 0.45% 0.25% -
HSV(B) 70.34º 0.62% 0.36% -
XYZ 7.79 9.79 3.07 -
YUV 83.4 100.69 127.72 -
System Red Green Blue C M Y K H S L
Decimal 83 93 35 0.11 0 0.62 0.64 70.34 0.45 0.25
Hex 53 5D 23 B 0 3E 40 46 2D 19
Octal 123 135 43 13 0 76 100 106 55 31
Binary 1010011 1011101 100011 1011 0 111110 1000000 1000110 101101 11001

Color Harmonies of #535D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D23

Black with #535D23

Text Example


Text Example

White with #535D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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