Html Css Color HEX #535C23 Saratoga

📋 copy color: '#535C23'

red 83 ◦ green 92 ◦ blue 35

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

Shades of Saratoga #535C23

Tints of Saratoga #535C23

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.81%

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

R = 39.52%
G = 43.81%
B = 16.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.62

 K value IS 0.64

RGB Variations

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

Color information

#535C23 (or 0x535C23) is known color: Saratoga. HEX triplet: 53, 5C and 23. RGB value is (83,92,35). Sum of RGB (Red+Green+Blue) = 83+92+35=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #535C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C23 is #ACA3DC. Grayscale: #535353. Windows color (decimal): -11314141 or 2317395. OLE color: 2317395.

HSL color Cylindrical-coordinate representation of color #535C23: hue angle of 69.47º 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 #535C23 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 92 35 -
CMYK 0.10 0 0.62 0.64
HSL 69.47º 0.45% 0.25% -
HSV(B) 69.47º 0.62% 0.36% -
XYZ 7.7 9.61 3.04 -
YUV 82.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 83 92 35 0.10 0 0.62 0.64 69.47 0.45 0.25
Hex 53 5C 23 A 0 3E 40 45 2D 19
Octal 123 134 43 12 0 76 100 105 55 31
Binary 1010011 1011100 100011 1010 0 111110 1000000 1000101 101101 11001

Color Harmonies of #535C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C23

Black with #535C23

Text Example


Text Example

White with #535C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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