Html Css Color HEX #535C35 Saratoga

📋 copy color: '#535C35'

red 83 ◦ green 92 ◦ blue 53

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

Shades of Saratoga #535C35

Tints of Saratoga #535C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.25%

R = 36.4%
G = 40.35%
B = 23.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#535C35 (or 0x535C35) is known color: Saratoga. HEX triplet: 53, 5C and 35. RGB value is (83,92,53). Sum of RGB (Red+Green+Blue) = 83+92+53=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 92 - color contains mainly: green. Hex color #535C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C35 is #ACA3CA. Grayscale: #555555. Windows color (decimal): -11314123 or 3497043. OLE color: 3497043.

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

Color convert

RGB 83 92 53 -
CMYK 0.10 0 0.42 0.64
HSL 73.85º 0.27% 0.28% -
HSV(B) 73.85º 0.42% 0.36% -
XYZ 8.04 9.75 4.83 -
YUV 84.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 83 92 53 0.10 0 0.42 0.64 73.85 0.27 0.28
Hex 53 5C 35 A 0 2A 40 4A 1B 1C
Octal 123 134 65 12 0 52 100 112 33 34
Binary 1010011 1011100 110101 1010 0 101010 1000000 1001010 11011 11100

Color Harmonies of #535C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C35

Black with #535C35

Text Example


Text Example

White with #535C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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