Html Css Color HEX #535E23 Saratoga

📋 copy color: '#535E23'

red 83 ◦ green 94 ◦ blue 35

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

Shades of Saratoga #535E23

Tints of Saratoga #535E23

RGB

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

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

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

R = 39.15%
G = 44.34%
B = 16.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.63

RGB Variations

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

Color information

#535E23 (or 0x535E23) is known color: Saratoga. HEX triplet: 53, 5E and 23. RGB value is (83,94,35). Sum of RGB (Red+Green+Blue) = 83+94+35=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 94 - color contains mainly: green. Hex color #535E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535E23 is #ACA1DC. Grayscale: #545454. Windows color (decimal): -11313629 or 2317907. OLE color: 2317907.

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

Color convert

RGB 83 94 35 -
CMYK 0.12 0 0.63 0.63
HSL 71.19º 0.46% 0.25% -
HSV(B) 71.19º 0.63% 0.37% -
XYZ 7.87 9.97 3.1 -
YUV 83.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 83 94 35 0.12 0 0.63 0.63 71.19 0.46 0.25
Hex 53 5E 23 C 0 3F 3F 47 2E 19
Octal 123 136 43 14 0 77 77 107 56 31
Binary 1010011 1011110 100011 1100 0 111111 111111 1000111 101110 11001

Color Harmonies of #535E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E23

Black with #535E23

Text Example


Text Example

White with #535E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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