Html Css Color HEX #535B28 Saratoga

📋 copy color: '#535B28'

red 83 ◦ green 91 ◦ blue 40

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

Shades of Saratoga #535B28

Tints of Saratoga #535B28

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.52%

 BLUE value IS 40 (16.02% from 255) = 18.69%

R = 38.79%
G = 42.52%
B = 18.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#535B28 (or 0x535B28) is known color: Saratoga. HEX triplet: 53, 5B and 28. RGB value is (83,91,40). Sum of RGB (Red+Green+Blue) = 83+91+40=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 91 - color contains mainly: green. Hex color #535B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535B28 is #ACA4D7. Grayscale: #525252. Windows color (decimal): -11314392 or 2644819. OLE color: 2644819.

HSL color Cylindrical-coordinate representation of color #535B28: hue angle of 69.41º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #535B28 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 91 40 -
CMYK 0.09 0 0.56 0.64
HSL 69.41º 0.39% 0.26% -
HSV(B) 69.41º 0.56% 0.36% -
XYZ 7.69 9.47 3.43 -
YUV 82.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 83 91 40 0.09 0 0.56 0.64 69.41 0.39 0.26
Hex 53 5B 28 9 0 38 40 45 27 1A
Octal 123 133 50 11 0 70 100 105 47 32
Binary 1010011 1011011 101000 1001 0 111000 1000000 1000101 100111 11010

Color Harmonies of #535B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535B28

Black with #535B28

Text Example


Text Example

White with #535B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,91,40); }

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

background-color css

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

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

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

border-color css

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

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

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