Html Css Color HEX #535F2F Saratoga

📋 copy color: '#535F2F'

red 83 ◦ green 95 ◦ blue 47

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

Shades of Saratoga #535F2F

Tints of Saratoga #535F2F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.22%

 BLUE value IS 47 (18.75% from 255) = 20.89%

R = 36.89%
G = 42.22%
B = 20.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.63

RGB Variations

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

Color information

#535F2F (or 0x535F2F) is known color: Saratoga. HEX triplet: 53, 5F and 2F. RGB value is (83,95,47). Sum of RGB (Red+Green+Blue) = 83+95+47=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #535F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535F2F is #ACA0D0. Grayscale: #565656. Windows color (decimal): -11313361 or 3104595. OLE color: 3104595.

HSL color Cylindrical-coordinate representation of color #535F2F: hue angle of 75º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #535F2F is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 95 47 -
CMYK 0.13 0 0.51 0.63
HSL 75º 0.34% 0.28% -
HSV(B) 75º 0.51% 0.37% -
XYZ 8.17 10.23 4.23 -
YUV 85.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 83 95 47 0.13 0 0.51 0.63 75 0.34 0.28
Hex 53 5F 2F D 0 33 3F 4B 22 1C
Octal 123 137 57 15 0 63 77 113 42 34
Binary 1010011 1011111 101111 1101 0 110011 111111 1001011 100010 11100

Color Harmonies of #535F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F2F

Black with #535F2F

Text Example


Text Example

White with #535F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,95,47); }

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

background-color css

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

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

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

border-color css

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

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

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