Html Css Color HEX #535A36 Saratoga

📋 copy color: '#535A36'

red 83 ◦ green 90 ◦ blue 54

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

Shades of Saratoga #535A36

Tints of Saratoga #535A36

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.65%

 BLUE value IS 54 (21.48% from 255) = 23.79%

R = 36.56%
G = 39.65%
B = 23.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#535A36 (or 0x535A36) is known color: Saratoga. HEX triplet: 53, 5A and 36. RGB value is (83,90,54). Sum of RGB (Red+Green+Blue) = 83+90+54=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #535A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535A36 is #ACA5C9. Grayscale: #535353. Windows color (decimal): -11314634 or 3562067. OLE color: 3562067.

HSL color Cylindrical-coordinate representation of color #535A36: hue angle of 71.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #535A36 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 90 54 -
CMYK 0.08 0 0.40 0.65
HSL 71.67º 0.25% 0.28% -
HSV(B) 71.67º 0.4% 0.35% -
XYZ 7.89 9.42 4.89 -
YUV 83.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 83 90 54 0.08 0 0.40 0.65 71.67 0.25 0.28
Hex 53 5A 36 8 0 28 41 48 19 1C
Octal 123 132 66 10 0 50 101 110 31 34
Binary 1010011 1011010 110110 1000 0 101000 1000001 1001000 11001 11100

Color Harmonies of #535A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535A36

Black with #535A36

Text Example


Text Example

White with #535A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,90,54); }

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

background-color css

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

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

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

border-color css

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

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

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