Html Css Color HEX #535529 Saratoga

📋 copy color: '#535529'

red 83 ◦ green 85 ◦ blue 41

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

Shades of Saratoga #535529

Tints of Saratoga #535529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.67%

 BLUE value IS 41 (16.41% from 255) = 19.62%

R = 39.71%
G = 40.67%
B = 19.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#535529 (or 0x535529) is known color: Saratoga. HEX triplet: 53, 55 and 29. RGB value is (83,85,41). Sum of RGB (Red+Green+Blue) = 83+85+41=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #535529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535529 is #ACAAD6. Grayscale: #4F4F4F. Windows color (decimal): -11315927 or 2708819. OLE color: 2708819.

HSL color Cylindrical-coordinate representation of color #535529: hue angle of 62.73º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #535529 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 85 41 -
CMYK 0.02 0 0.52 0.67
HSL 62.73º 0.35% 0.25% -
HSV(B) 62.73º 0.52% 0.33% -
XYZ 7.22 8.5 3.36 -
YUV 79.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 83 85 41 0.02 0 0.52 0.67 62.73 0.35 0.25
Hex 53 55 29 2 0 34 43 3F 23 19
Octal 123 125 51 2 0 64 103 77 43 31
Binary 1010011 1010101 101001 10 0 110100 1000011 111111 100011 11001

Color Harmonies of #535529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535529

Black with #535529

Text Example


Text Example

White with #535529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535529; }

 p { color: rgb(83,85,41); }

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

background-color css

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

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

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

border-color css

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

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

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