Html Css Color HEX #535324 Saratoga

📋 copy color: '#535324'

red 83 ◦ green 83 ◦ blue 36

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

Shades of Saratoga #535324

Tints of Saratoga #535324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

 BLUE value IS 36 (14.45% from 255) = 17.82%

R = 41.09%
G = 41.09%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#535324 (or 0x535324) is known color: Saratoga. HEX triplet: 53, 53 and 24. RGB value is (83,83,36). Sum of RGB (Red+Green+Blue) = 83+83+36=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535324 is #ACACDB. Grayscale: #4D4D4D. Windows color (decimal): -11316444 or 2380627. OLE color: 2380627.

HSL color Cylindrical-coordinate representation of color #535324: hue angle of 60º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #535324 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 83 36 -
CMYK 0 0 0.57 0.67
HSL 60º 0.39% 0.23% -
HSV(B) 60º 0.57% 0.33% -
XYZ 6.98 8.15 2.87 -
YUV 77.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 83 83 36 0 0 0.57 0.67 60 0.39 0.23
Hex 53 53 24 0 0 39 43 3C 27 17
Octal 123 123 44 0 0 71 103 74 47 27
Binary 1010011 1010011 100100 0 0 111001 1000011 111100 100111 10111

Color Harmonies of #535324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535324

Black with #535324

Text Example


Text Example

White with #535324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535324; }

 p { color: rgb(83,83,36); }

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

background-color css

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

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

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

border-color css

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

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

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