Html Css Color HEX #535C34 Saratoga

📋 copy color: '#535C34'

red 83 ◦ green 92 ◦ blue 52

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

Shades of Saratoga #535C34

Tints of Saratoga #535C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.91%

R = 36.56%
G = 40.53%
B = 22.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#535C34 (or 0x535C34) is known color: Saratoga. HEX triplet: 53, 5C and 34. RGB value is (83,92,52). Sum of RGB (Red+Green+Blue) = 83+92+52=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #535C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535C34 is #ACA3CB. Grayscale: #545454. Windows color (decimal): -11314124 or 3431507. OLE color: 3431507.

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

Color convert

RGB 83 92 52 -
CMYK 0.10 0 0.43 0.64
HSL 73.5º 0.28% 0.28% -
HSV(B) 73.5º 0.43% 0.36% -
XYZ 8.01 9.74 4.71 -
YUV 84.75 109.52 126.75 -
System Red Green Blue C M Y K H S L
Decimal 83 92 52 0.10 0 0.43 0.64 73.5 0.28 0.28
Hex 53 5C 34 A 0 2B 40 4A 1C 1C
Octal 123 134 64 12 0 53 100 112 34 34
Binary 1010011 1011100 110100 1010 0 101011 1000000 1001010 11100 11100

Color Harmonies of #535C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C34

Black with #535C34

Text Example


Text Example

White with #535C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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